MeshOptions.Value Property (Microsoft.DirectX.Direct3D)

Specifies creation options for a mesh.

Definition

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

Property Value

Microsoft.DirectX.Direct3D.MeshFlags
One or more values of the MeshFlags enumeration to set or retrieve.

This property is read/write.