RenderStateManager.FogEnable Property

Language:

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

Enables or disables fog blending.

Definition

Visual Basic .NET Public Property FogEnable As Boolean
C# public bool FogEnable { get; set; }
Managed C++ public: __property bool get_FogEnable();
public: __property void set_FogEnable(bool);
JScript .NET public function get FogEnable() : boolean
public function set FogEnable(boolean);

Property Value

System.Boolean . Set to true to enable fog blending, or false to disable it.

This property is read/write. 

Remarks

The default value is false.

See Also


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

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