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

[Missing <summary> documentation for P:Mogware.VisualStudio.ColladaNet.Effects.Surface.Format]

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 string Format { get; set; }
Visual Basic (Declaration)
Public Property Format As String
Visual C++
public:
property String^ Format {
	String^ get ();
	void set (String^ value);
}

See Also