VantagePoint Manufacturing Controls Class Libary
DualGauge is a type of radial gauge that can measure two different variables from inside the same housing.

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

Syntax

   
 C# 
public class DualGauge : GaugeBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DualGauge()()()
DualGauge 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.)
InnerCaption
Get or set the inner caption
InnerCaptionBrush
Get or set the inner caption brush
InnerCaptionBrushProperty
Inner gauge caption color
InnerCaptionFontFamily
Get or set the inner caption font family
InnerCaptionFontFamilyProperty
Sets the font family for the inner caption
InnerCaptionFontSize
Get or set the inner caption font size
InnerCaptionFontSizeProperty
Sets the font size inner caption
InnerCaptionFontWeight
Get or set the inner caption font weight
InnerCaptionFontWeightProperty
Sets the font weight for the inner caption
InnerCaptionProperty
Text displayed in inner caption
InnerCornerRadius
Get or set the corner radius for the inner border
(Inherited from GaugeBase.)
InnerFontFamily
Get or set the inner font family
InnerFontFamilyProperty
Sets the font family for the inner labels
InnerFontSize
Get or set the inner font size
InnerFontSizeProperty
Sets the font size inner labels
InnerFontStretch
Get or set the inner font stretch
InnerFontStretchProperty
Sets the font stretch for the inner labels
InnerFontStyle
Get or set the inner font style
InnerFontStyleProperty
Sets the font style for the inner labels
InnerFontWeight
Get or set the numeric display font color
InnerFontWeightProperty
Sets the font weight for the inner labels
InnerForeground
Get or set the inner foreground
InnerForegroundProperty
The brush that paints the color of the inner gauge values
InnerMaximum
Get or set the inner maximum
InnerMaximumProperty
Maximum value for innermost gauge
InnerMinimum
Get or set the inner minimum
InnerMinimumProperty
Minimum value for the innermost gauge
InnerNeedleBrush
Get or set the inner needle brush
InnerNeedleBrushProperty
The brush That paints the stroke of the inner needle
InnerNeedleEndLineCap
Get or set the inner needle end line cap
InnerNeedleEndLineCapProperty
The design of the end of the inner needle
InnerNeedleThickness
Get or set the inner needle thickness
InnerNeedleThicknessProperty
The thickness of the inner needle
InnerTickBorderBrush
Get or set the inner tick border brush
InnerTickBorderBrushProperty
The brush that paints the border color of the inner ticks
InnerTickBrush
Get or set the inner tick brush
InnerTickBrushProperty
The brush that paints the color of the inner ticks
InnerTickRingBrush
Get or set the inner tick ring brush color
InnerTickRingBrushProperty
The brush that paints the color of the inner tick ring
InnerTicks
Get or set the inner ticks property
InnerTicksProperty
11 words or numbers separated by semi colons
InnerValue
Get or set the inner value
InnerValueProperty
Value for the innermost gauge
LoadControlTemplate(String) (Inherited from ControlBase.)
Maximum
Get or set the gauges maximum value
(Inherited from GaugeBase.)
Minimum
Get or set the gauges minimum value
(Inherited from GaugeBase.)
NeedleBrush
Get or set the gauges pointer brush color
(Inherited from GaugeBase.)
NeedleEndLineCap
Get or set the needle end line cap
NeedleEndLineCapProperty
The design of the end of the needle
NeedleThickness
Get or set the needle thickness
NeedleThicknessProperty
The thickness of the needle
StrokeThickness
Get or set the main outer border thickness
(Inherited from GaugeBase.)
TickBorderBrush
Get or set the tick border brush
TickBorderBrushProperty
The brush that paints the border color of the ticks
TickBrush
Get or set the gauges brush for tick color
(Inherited from GaugeBase.)
TickRingBrush
Get or set the tick ring brush color
TickRingBrushProperty
The brush that paints the color of the tick ring
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..::.DualGauge

See Also