VertexElement.DeclarationMethod Property (Microsoft.DirectX.Direct3D)
Retrieves or sets the tessellator processing method.
Definition
Visual Basic Public Property DeclarationMethod As DeclarationMethod C# public DeclarationMethod DeclarationMethod { get; set; } C++ public:
property DeclarationMethod DeclarationMethod {
DeclarationMethod get();
void set(DeclarationMethod value);
}JScript public function get DeclarationMethod() : DeclarationMethod
public function set DeclarationMethod(DeclarationMethod);
Property Value
Microsoft.DirectX.Direct3D.DeclarationMethod
Value of the DeclarationMethod enumeration that specifies the tessellator processing method to set or retrieve.This property is read/write.