VertexBufferDescription.Format Property (Microsoft.DirectX.Direct3D)

Retrieves or sets a member of the Format enumeration that describes the surface format of the vertex buffer data.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.Format
Value of the Format enumeration to set or retrieve.

This property is read/write.