VantagePoint Manufacturing Controls Class Libary
RacingGauge is a type of radial gauge that measures a set amount in two different formats.

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

Syntax

   
 C# 
public class RacingGauge : GaugeBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RacingGauge()()()
RacingGauge 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.)
Maximum
Get or set the gauges maximum value
(Inherited from GaugeBase.)
MeterBackgroundBrush
Get or set the meter background brush
MeterBackgroundBrushProperty
The brush that paints the color of the meter background
MeterBorderBrush
Get or set the meter border brush
MeterBorderBrushProperty
The brush that paints the color of the meter border
MeterFontFamily
Get or set the meter font family
MeterFontFamilyProperty
Sets the font family for the meter
MeterFontSize
Get or set the meter font size
MeterFontSizeProperty
Sets the font size for the meter
MeterFontStretch
Get or set the meter font stretch
MeterFontStretchProperty
Sets the font stretch for the meter
MeterFontStyle
Get or set the meter font style
MeterFontStyleProperty
Sets the font style for the meter
MeterFontWeight
Get or set the numeric display font color
MeterFontWeightProperty
Sets the font weight for the meter
MeterForeground
Get or set the meter foreground
MeterForegroundProperty
The brush that paints the color of the meter caption
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..::.RacingGauge

See Also