LineCaps.SupportsFog Property (Microsoft.DirectX.Direct3D)

Specifies whether the device supports fog.

Definition

Visual Basic Public ReadOnly Property SupportsFog As Boolean
C# public bool SupportsFog { get; }
C++ public:
property bool SupportsFog {
        bool get();
}
JScript public function get SupportsFog() : boolean

Property Value

System.Boolean
Value that is true if the device supports fog, or false if it does not.

This property is read-only.