Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.