VantagePoint Manufacturing Controls Class Libary
LEDDisplay base class is the base class from which all leds are derived.

Namespace: VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
[DefaultPropertyAttribute("LEDDisplayValue")]
public class LEDDisplayBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
LEDDisplayBase(String)
LEDDisplayBase constructor
Background1
Get or set the background 1
Background1Property
The inner background of the LED control
Background2
Get or set the background 2
Background2Property
The inner background of the LED control
BorderBrush1
Get or set the border brush 1
BorderBrush1Property
The inner border color of the ontrol
BorderBrush2
Get or set the border brush 2
BorderBrush2Property
The border color of the LED'S
BorderThickness1
Get or set the border thickness 1
BorderThickness1Property
The thickness of the inner border
CornerRadius
Get or set the corner radius
CornerRadius1
Get or set the corner radius 1
CornerRadius1Property
The corner radius of the inner border
CornerRadius2
Get or set the corner radius 2
CornerRadius2Property
Sets the shape of the LED
CornerRadiusProperty
The corner radius of the most outer border
GlareBrush
Get or set the glare brush
GlareBrushProperty
Sets A glare effect for the control
LEDBrightness
Get or set the LED brightness
LEDBrightnessProperty
The brightness of the LED'S
LEDBrush
Get or set the LED brush
LEDBrushProperty
The color of the LED'S
LEDOffOpacity
Get or set the LED off opacity
LEDOffOpacityProperty
The opacity of the LED'S in the off position
LEDPulse
Get or set the LED pulse
LEDPulseDelay
Get or set the LED pulse delay
LEDPulseDelayProperty
The delay of the LED pulse
LEDPulseProperty
The value To turn pulse on or off
LoadControlTemplate(String) (Inherited from ControlBase.)
PaddingLED
Get or set the padding LED
PaddingLEDProperty
Sets the padding for the LED'S
StrokeThickness
Get or set the stroke thickness
StrokeThicknessProperty
The thickness of the LED border color

Inheritance Hierarchy

System..::.Object
  System.Windows.Threading..::.DispatcherObject
    System.Windows..::.DependencyObject
      System.Windows.Media..::.Visual
        System.Windows..::.UIElement
          System.Windows..::.FrameworkElement
            System.Windows.Controls..::.Control
              VantagePoint.Common.BaseClasses..::.ControlBase
                VantagePoint.Common.BaseClasses..::.LEDDisplayBase
                  VantagePoint.LEDDisplays..::.SixteenSegmentLEDDisplay
                  VantagePoint.LEDDisplays..::.FiveBySevenMatrix
                  VantagePoint.LEDDisplays..::.SevenSegmentLEDDisplay
                  VantagePoint.LEDDisplays..::.LEDPanelSixteenSegment
                  VantagePoint.LEDDisplays..::.LEDLight
                  VantagePoint.LEDDisplays..::.LEDPanelFiveBySevenMatrix
                  VantagePoint.LEDDisplays..::.LEDPanelSevenSegment

See Also