RenderStateManager.FillMode Property

Language:

Note: This documentation is preliminary and is subject to change.

Contains a member of the FillMode enumeration that represents the fill mode.

Definition

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);

Property Value

Microsoft.DirectX.Direct3D.FillMode . Value of the FillMode enumeration that specifies the fill mode to set or retrieve.

This property is read/write. 

Remarks

The default value is FillMode.Solid.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.