RenderStateManager.FillMode Property (Microsoft.DirectX.Direct3D)
Contains a member of the FillMode enumeration that represents the fill mode.
Definition
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);
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.