VertexElement.DeclarationType Property

Language:

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. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center