Caps.DeclTypes Property (Microsoft.DirectX.Direct3D)
Retrieves an object that describes the vertex data types a device supports.
Definition
Visual Basic Public ReadOnly Property DeclTypes As DeclarationTypeCaps C# public DeclarationTypeCaps DeclTypes { get; } C++ public:
property DeclarationTypeCaps DeclTypes {
DeclarationTypeCaps get();
}JScript public function get DeclTypes() : DeclarationTypeCaps
Property Value
Microsoft.DirectX.Direct3D.DeclarationTypeCaps
A DeclarationTypeCaps object that describes the vertex data types the device supports.This property is read-only.