VertexElement.DeclarationType Property (Microsoft.DirectX.Direct3D)

Retrieves or sets the data type that defines the data size for the vertex element.

Definition

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

Property Value

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

This property is read/write.