RenderStateManager.FillMode Property |
Language: |
Contains a member of the FillMode enumeration that represents the fill mode.
Visual Basic .NET Public Property FillMode As FillMode C# public FillMode FillMode { get; set; } Managed C++ public: __property FillMode get_FillMode();
public: __property void set_FillMode(FillMode);JScript .NET public function get FillMode() : FillMode
public function set FillMode(FillMode);
Microsoft.DirectX.Direct3D.FillMode . Value of the FillMode enumeration that specifies the fill mode to set or retrieve.
This property is read/write.
The default value is FillMode.Solid.
Feedback? Please provide us with your comments on this topic.