VantagePoint Manufacturing Controls Class Libary
PanelLevelIndicatorFiveState is a indicator that is designed in a flat panel that uses five numeric thresholds to display a described state.

Namespace: VantagePoint.Indicators
Assembly:  VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)

Syntax

   
 C# 
public class PanelLevelIndicatorFiveState : PanelLevelIndicatorThreeState

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PanelLevelIndicatorFiveState()()()
PanelLevelIndicatorFiveState constructor
Background1
Get or set the background 1
(Inherited from IndicatorBase.)
BorderBrush1
Get or set the minor border brush 1
(Inherited from IndicatorBase.)
BorderBrush2
Get or set the minor border brush 2
(Inherited from IndicatorBase.)
BorderThickness1
Get or set the minor border thickness 1
(Inherited from IndicatorBase.)
BorderThickness2
Get or set the minor border thickness 2
(Inherited from IndicatorBase.)
Caption
Get or set the caption
(Inherited from IndicatorBase.)
CornerRadius
Get or set the corner radius 1
(Inherited from IndicatorBase.)
CornerRadius1
Get or set the corner radius 2
(Inherited from IndicatorBase.)
CornerRadius2
Get or set the corner radius 3
(Inherited from IndicatorBase.)
GlareBrush
Get or set the glare brush
(Inherited from IndicatorBase.)
IndicatorFlashDelay
Get or set the indicator flash delay
(Inherited from IndicatorBase.)
IndicatorFlashState1
Get or set the indicator flash state 1
(Inherited from PanelLevelIndicatorThreeState.)
IndicatorFlashState2
Get or set the indicator flash state 2
(Inherited from PanelLevelIndicatorThreeState.)
IndicatorFlashState3
Get or set the indicator flash state 3
(Inherited from PanelLevelIndicatorThreeState.)
IndicatorFlashState4
Get or set the indicator flash state 4
IndicatorFlashState4Property
Flashing property of the fourth state
IndicatorFlashState5
Get or set the indicator flash state 5
IndicatorFlashState5Property
Flashing property of the fifth state
LoadControlTemplate(String) (Inherited from ControlBase.)
PaddingBorder
Get or set the padding border
(Inherited from IndicatorBase.)
PaddingIndicator
Get or set the padding indicator
(Inherited from IndicatorBase.)
State1Brush
Get or set the first state brush
(Inherited from PanelLevelIndicatorThreeState.)
State2Brush
Get or set the second state brush
(Inherited from PanelLevelIndicatorThreeState.)
State2Threshold
Get or set the second state threshold
(Inherited from PanelLevelIndicatorThreeState.)
State3Brush
Get or set the third state brush
(Inherited from PanelLevelIndicatorThreeState.)
State3Threshold
Get or set the third state threshold
(Inherited from PanelLevelIndicatorThreeState.)
State4Brush
Get or set the fourth state brush
State4BrushProperty
Brush that indicates the fourth state color
State4Threshold
Get or set the fourth state threshold
State4ThresholdProperty
The threshold value of the fourth state
State5Brush
Get or set the fifth state brush
State5BrushProperty
Brush that indicates the fifth state color
State5Threshold
Get or set the fifth state threshold
State5ThresholdProperty
The threshold value of the fifth state
Value
Get or set the value of the threshold
(Inherited from PanelLevelIndicatorThreeState.)

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..::.PanelLevelIndicatorThreeState
                      VantagePoint.Indicators..::.PanelLevelIndicatorFiveState

See Also