Caps.MaxStreamStride Property (Microsoft.DirectX.Direct3D)

Retrieves the maximum stride for Device.SetStreamSource.

Definition

Visual Basic Public ReadOnly Property MaxStreamStride As Integer
C# public int MaxStreamStride { get; }
C++ public:
property int MaxStreamStride {
        int get();
}
JScript public function get MaxStreamStride() : int

Property Value

System.Int32
An Int32Leave Site value that indicates the maximum stride for Device.SetStreamSource.

This property is read-only.