Share via


RasterCaps.SupportsZFog Property (Microsoft.DirectX.Direct3D)

Determines whether the device supports z-based fog.

Definition

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

Property Value

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

This property is read-only.