Share via


SkinInformation.VertexFormat Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the fixed function vertex value.

Definition

Visual Basic Public Property VertexFormat As VertexFormats
C# public VertexFormats VertexFormat { get; set; }
C++ public:
property VertexFormats VertexFormat {
        VertexFormats get();
        void set(VertexFormats value);
}
JScript public function get VertexFormat() : VertexFormats
public function set VertexFormat(VertexFormats);

Property Value

Microsoft.DirectX.Direct3D.VertexFormats
Valid combination of VertexFormats enumeration values that describe the vertex format.

This property is read/write.