VertexBufferDescription.VertexFormat Property (Microsoft.DirectX.Direct3D)
Retrieves or sets a combination of VertexFormats enumeration values that describe the vertex format of the vertices in the current buffer.
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
Values of the VertexFormats enumeration to set or retrieve.This property is read/write.