A LED-like control with a glow effect. This control is suitable for gauge indicators.
Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight
C#
![]() |
---|
public class Led : Control |
Visual Basic
![]() |
---|
Public Class Led |
The Led control represents a LED-like light source. The color of the light is controlled through the Background (which specifies the fill) and GlowColor (which specifies the ambience light) properties and the color of the border is specified through the BorderBrush property.
The default control template of the Indicator class uses a Led control.