RenderStateManager.VertexBlend Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the number of matrices to use to perform geometry blending.

Definition

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

Property Value

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

This property is read/write. 

Remarks

The default value is VertexBlend.Disable.