VantagePoint Manufacturing Controls Class Libary
VariGauge is a radial gauge that measures in three user defined variables.

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

Syntax

   
 C# 
public class VariGauge : GaugeBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
VariGauge()()()
VariGauge constructor
Caption
Get or set the text on gauge
(Inherited from GaugeBase.)
CaptionBrush
Get or set the main gauge text brush
(Inherited from GaugeBase.)
CaptionFontFamily
Get or set the captions font family
(Inherited from GaugeBase.)
CaptionFontSize
Get or set the captions font size
(Inherited from GaugeBase.)
CaptionFontStretch
Get or set the captions font stretch
(Inherited from GaugeBase.)
CaptionFontStyle
Get or set the captions font style
(Inherited from GaugeBase.)
CaptionFontWeight
Get or set the captions font weight
(Inherited from GaugeBase.)
CenterCapBorderBrush
Get or set the center cap border color
(Inherited from GaugeBase.)
CenterCapBrush
Get or set the center cap color
(Inherited from GaugeBase.)
CornerRadius
Get or set the corner radius for the main border
(Inherited from GaugeBase.)
GlareBrush
Get or set the outside back of gauge color
(Inherited from GaugeBase.)
InnerBorderBrush
Get or set the inner border color
(Inherited from GaugeBase.)
InnerBorderThickness
Get or set the inner border thickness
(Inherited from GaugeBase.)
InnerCornerRadius
Get or set the corner radius for the inner border
(Inherited from GaugeBase.)
LoadControlTemplate(String) (Inherited from ControlBase.)
LowHighRangeBrush
Get or set the brush that paints the low and high range of the gauge
LowHighRangeBrushProperty
The brush that paints the color of the low / high range background
Maximum
Get or set the gauges maximum value
(Inherited from GaugeBase.)
MidRangeBrush
Get or set the brush that paints the mid-range of the gauge
MidRangeBrushProperty
The brush that paints the color of the mid-range background
Minimum
Get or set the gauges minimum value
(Inherited from GaugeBase.)
NeedleBrush
Get or set the gauges pointer brush color
(Inherited from GaugeBase.)
StrokeThickness
Get or set the main outer border thickness
(Inherited from GaugeBase.)
TickBrush
Get or set the gauges brush for tick color
(Inherited from GaugeBase.)
Ticks
Get or set the gauges ticks
(Inherited from GaugeBase.)
Value
Get or set the gauges current value
(Inherited from GaugeBase.)

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..::.GaugeBase
                  VantagePoint.Gauges..::.VariGauge

See Also