[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Effects.Lambert.Transparent]

Namespace:  Mogware.VisualStudio.ColladaNet.Effects
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.25 (1.0.0.25)

Syntax

C#
public ChannelInput Transparent { get; set; }
Visual Basic (Declaration)
Public Property Transparent As ChannelInput
Visual C++
public:
property ChannelInput^ Transparent {
	ChannelInput^ get ();
	void set (ChannelInput^ value);
}

See Also