|  | FogNodeFog Property | 
            Gets or sets the fog properties.
            
 
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic Fog Fog { get; set; }Public Property Fog As Fog
	Get
	Set
public:
property Fog^ Fog {
	Fog^ get ();
	void set (Fog^ value);
}member Fog : Fog with get, set
Property Value
Type: 
FogThe fog properties.
 Exceptions
Exceptions See Also
See Also