| LensFlareSize Property |
Gets or sets the height of the lens flare relative to the viewport.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Size { get; set; }
Public Property Size As Single
Get
Set
public:
property float Size {
float get ();
void set (float value);
}
member Size : float32 with get, set
Property Value
Type:
Single
The height of the lens flare relative to the viewport. The default value is 0.2.
Exceptions See Also