| LensFlareElementColor Property |
Gets or sets the color of the element.
Namespace: DigitalRune.GraphicsAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public Color Color { get; set; }
Public Property Color As Color
Get
Set
public:
property Color Color {
Color get ();
void set (Color value);
}
member Color : Color with get, set
Property Value
Type:
ColorThe color of the element. The default value is opaque white.
See Also