RenderStateManager.FogColorValue Property

Language:

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

Retrieves or sets the fog color.

Definition

Visual Basic .NET Public Property FogColorValue As Integer
C# public int FogColorValue { get; set; }
Managed C++ public: __property int get_FogColorValue();
public: __property void set_FogColorValue(int);
JScript .NET public function get FogColorValue() : int
public function set FogColorValue(int);

Property Value

System.Int32 . An integer that specifies the fog color to set or retrieve.

This property is read/write. 

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

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