MindFusion.Charting for Silverlight Programmer's Guide
Led Class
Remarks See Also
 






A LED-like control with a glow effect. This control is suitable for gauge indicators.

Namespace: MindFusion.Gauges.Silverlight
Assembly: MindFusion.Gauges.Silverlight

 Syntax

C#  Copy Code

public class Led : Control

Visual Basic  Copy Code

Public Class Led
    Inherits Control

 Remarks

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.

 Inheritance Hierarchy

 See Also

Led Members
MindFusion.Gauges.Silverlight Namespace