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