Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the fog color.
Definition
Visual Basic Public Property FogColorValue As Integer C# public int FogColorValue { get; set; } C++ public:
property int FogColorValue {
int get();
void set(int value);
}JScript 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.