VantagePoint Manufacturing Controls Class Libary
Text label which changes background and foreground colors depending on the indicator value.

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

Syntax

   
 C# 
[BrowsableAttribute(true)]
public class IndicatorLabel : Label

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IndicatorLabel()()()
GenericButton constructor
CornerRadius
Get or set the corner radius for the outside border of the label
(Inherited from CommonLabelBase.)
GlareBrush
Get or set the glare brush.
(Inherited from Label.)
IndicatorAboveMaxBackgroundBrush
Get or set the above maximum background solid color brush
IndicatorAboveMaxBackgroundBrushProperty
The Indicator above maximum background brush
IndicatorAboveMaxForegroundBrush
Get or set the below minimum foreground color brush
IndicatorAboveMaxForegroundBrushProperty
The Indicator above maximum foreground brush
IndicatorBelowMinBackgroundBrush
Get or set the below minimum background color brush
IndicatorBelowMinBackgroundBrushProperty
The Indicator below minimum background brush
IndicatorBelowMinForegroundBrush
Get or set the below minimum foreground color brush
IndicatorBelowMinForegroundBrushProperty
The Indicator below minimum foreground brush
IndicatorMaxThreshold
Get or set the indicator Minimum Threshold
IndicatorMaxThresholdProperty
The Indicator maximum threshold
IndicatorMinThreshold
Get or set the indicator Minimum Threshold
IndicatorMinThresholdProperty
The Indicator minimum threshold
IndicatorPulseDelay
Get or set the Indicator Pulse Delay - 0 for no pulse
IndicatorPulseDelayProperty
The Indicator pulse delay
InnerBorderBrush
Get or set the Border Brush for the inner border of the label
(Inherited from CommonLabelBase.)
InnerBorderThickness
Get or set the Border Thickness for the inner border of the label
(Inherited from CommonLabelBase.)
InnerCornerRadius
Get or set the corner radius for the inner border of the label
(Inherited from CommonLabelBase.)
LoadControlTemplate(String) (Inherited from CommonLabelBase.)
Value
Get or set the current indicator value
ValueProperty
The Indicator Current value

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
              System.Windows.Controls..::.ContentControl
                System.Windows.Controls..::.Label
                  VantagePoint.Common.BaseClasses..::.CommonLabelBase
                    VantagePoint.InputControls..::.Label
                      VantagePoint.InputControls..::.IndicatorLabel

See Also