VantagePoint WPF Controls v1.0 Class Library
Gauge base class is the base class from which all gauges are derived.

Namespace:  VantagePoint.Common.BaseClasses
Assembly:  VantagePoint (in VantagePoint.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  XAML 
[DefaultPropertyAttribute("Value")]
public class GaugeBase : ControlBase

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
GaugeBase(String)
GaugeBase constructor
Caption
Get or set the text on gauge
CaptionBrush
Get or set the main gauge text brush
CaptionBrushProperty
Main gauge caption color
CaptionFontFamily
Get or set the captions font family
CaptionFontFamilyProperty
Sets the font family for the caption
CaptionFontSize
Get or set the captions font size
CaptionFontSizeProperty
Sets the font size for the caption
CaptionFontStretch
Get or set the captions font stretch
CaptionFontStretchProperty
Sets the font stretch for the caption
CaptionFontStyle
Get or set the captions font style
CaptionFontStyleProperty
Sets the font weight for the caption
CaptionFontWeight
Get or set the captions font weight
CaptionFontWeightProperty
Sets the font weight for the caption
CaptionProperty
Text displayed on gauge
CenterCapBorderBrush
Get or set the center cap border color
CenterCapBorderBrushProperty
Center cap border color
CenterCapBrush
Get or set the center cap color
CenterCapBrushProperty
Center cap color
CornerRadius
Get or set the corner radius for the main border
CornerRadiusProperty
The corner radius of the main border
FontSize
Get or set the tick label font size
FontSizeProperty
Sets the font size for the tick labels
GlareBrush
Get or set the outside back of gauge color
GlareBrushProperty
Outside back of gauge color
InnerBorderBrush
Get or set the inner border color
InnerBorderBrushProperty
First border outside the main border
InnerBorderThickness
Get or set the inner border thickness
InnerBorderThicknessProperty
The inner border of the gauge
InnerCornerRadius
Get or set the corner radius for the inner border
InnerCornerRadiusProperty
The corner radius of the inner border
LoadControlTemplate(String) (Inherited from ControlBase.)
Maximum
Get or set the gauges maximum value
MaximumProperty
Gauges maximum value property changes the gauges maximum value
Minimum
Get or set the gauges minimum value
MinimumProperty
Gauges minimum value property changes the gauges minimum allowed value
NeedleBrush
Get or set the gauges pointer brush color
NeedleBrushProperty
Gauges needle brush property changes the needle color
StrokeThickness
Get or set the main outer border thickness
StrokeThicknessProperty
Main outer border thickness
TickBrush
Get or set the gauges brush for tick color
TickBrushProperty
Gauges brush for tick color
Ticks
Get or set the gauges ticks
TicksProperty
11 words or numbers separated by semi colons
Value
Get or set the gauges current value
ValueProperty
Gauges value property changes the gauges 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
              VantagePoint.Common.BaseClasses..::.ControlBase
                VantagePoint.Common.BaseClasses..::.GaugeBase
                  VantagePoint.Gauges..::.DualGauge
                  VantagePoint.Gauges..::.SimpleGauge
                  VantagePoint.Gauges..::.QuarterGauge
                  VantagePoint.Gauges..::.RacingGauge
                  VantagePoint.Gauges..::.VariGauge

See Also