| LensFlareElementDistance Property |
The distance of the element.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float Distance { get; set; }
Public Property Distance As Single
Get
Set
public:
property float Distance {
float get ();
void set (float value);
}
member Distance : float32 with get, set
Property Value
Type:
Single
The distance of the element: 0 = light source, 1 = center of screen.
Distance can be negative or greater than 1. The default value is 0.
See Also