VantagePoint Manufacturing Controls Class Libary
Indicator base class is the base class from which all indicators are derived.

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

Syntax

   
 C# 
[DefaultPropertyAttribute("Value")]
public class IndicatorBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IndicatorBase(String)
IndicatorBase constructor
Background1
Get or set the background 1
Background1Property
The brush that paints the outer background
BorderBrush1
Get or set the minor border brush 1
BorderBrush1Property
The brush that paints the inner border
BorderBrush2
Get or set the minor border brush 2
BorderBrush2Property
The brush that paints the inner most border
BorderThickness1
Get or set the minor border thickness 1
BorderThickness1Property
The thickness of the inner border
BorderThickness2
Get or set the minor border thickness 2
BorderThickness2Property
The thickness of the inner most border
Caption
Get or set the caption
CaptionProperty
The label used for the indicator
CornerRadius
Get or set the corner radius 1
CornerRadius1
Get or set the corner radius 2
CornerRadius1Property
The inner corner radius
CornerRadius2
Get or set the corner radius 3
CornerRadius2Property
The corner radius that controls the indicators
CornerRadiusProperty
The outter corner radius
GlareBrush
Get or set the glare brush
GlareBrushProperty
Glare effect on the indicator
IndicatorFlashDelay
Get or set the indicator flash delay
IndicatorFlashDelayProperty
The value that controls the delay of the indicator flash
LoadControlTemplate(String) (Inherited from ControlBase.)
PaddingBorder
Get or set the padding border
PaddingBorderProperty
The padding that controls how far in the indicator is from the outside border
PaddingIndicator
Get or set the padding indicator
PaddingIndicatorProperty
The padding that controls how far the indicators are from the inner border

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..::.IndicatorBase
                  VantagePoint.Indicators..::.PanelIndicator
                  VantagePoint.Indicators..::.TowerIndicatorThreeState
                  VantagePoint.Indicators..::.TowerIndicatorFiveState

See Also