Drawable.FogDensity Property
Gets or sets the density of the fog in a 3D view.
Syntax
public System.Double FogDensity { get; set; }
Property Value
Default: 0.0
The density of the fog (usually in the 100 to 1000 interval).
Remarks
This property controls the amount of fog which is applied to a 3D view. If the value is set to 0 then there is no fog. Normal values for FogDensity vary between 100 and 1000. The following table presents the approximate distance that can be seen depending on the fog density.
Density | Distance |
---|---|
100 | 18000m |
200 | 9000m |
400 | 5000m |
800 | 3000m |
![]() |
![]() |
Platforms
Windows, Linux, Android