CustomVertex.PositionColored.StrideSize Property (Microsoft.DirectX.Direct3D)

Retrieves the size of the CustomVertex.PositionColored structure.

Definition

Visual BasicPublic Shared  ReadOnly Property StrideSize As Integer
C#public static int StrideSize { get; }
C++public:
static property int StrideSize {
        int get();
}
JScriptpublic static  function get StrideSize() : int

Property Value

System.Int32
Size of the structure in bytes.

This property is read-only. 
Show: