|  | LayeredCloudMapSize Property | 
            Gets or sets the size of the cloud map in texels.
            
 
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
 Syntax
Syntaxpublic int Size { get; set; }Public Property Size As Integer
	Get
	Set
public:
property int Size {
	int get ();
	void set (int value);
}member Size : int with get, set
Property Value
Type: 
Int32
            The size of the cloud map in texels. The default is 1024.
            
 See Also
See Also