|  | CloudMapLayerDensityScale Property | 
            Gets or sets the density scale factor that is used to scale the density of this 
            
CloudMapLayer.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic float DensityScale { get; set; }Public Property DensityScale As Single
	Get
	Set
public:
property float DensityScale {
	float get ();
	void set (float value);
}member DensityScale : float32 with get, set
Property Value
Type: 
Single
            The density scale factor that is used to scale the density of this 
            
CloudMapLayer. The default value is 1.
            
 See Also
See Also