VantagePoint Manufacturing Controls Class Libary
HorizontalLienarGauge is a control that displays a horizontally-oriented customizable metered numeric output.

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

Syntax

   
 C# 
public class HorizontalLinearGauge : LinearGaugeBase

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
HorizontalLinearGauge()()()
HorizontalLinear Control constructor
CaptionBrush
Get or set the color of text in the gauge
(Inherited from LinearGaugeBase.)
CornerRadius
Get or set the main corner radius
(Inherited from LinearGaugeBase.)
FluidBorderBrush
Get or set the border color for fluid region
(Inherited from LinearGaugeBase.)
FluidBrush
Get or set the tank's pointer brush color
(Inherited from LinearGaugeBase.)
FluidCornerRadius
Get or set the corner radius of the fluid region
(Inherited from LinearGaugeBase.)
FluidOpacityBrush
Get or set the brush that uses an opacity to create a gradient on the fluid region
(Inherited from LinearGaugeBase.)
GlareBrush
Get or set the glare brush
(Inherited from LinearGaugeBase.)
GlareOpacityMask
Get or set the glare opacity
(Inherited from LinearGaugeBase.)
InnerBackground
Get or set the inner background color
(Inherited from LinearGaugeBase.)
InnerBorderBrush
Get or set the inner border color
(Inherited from LinearGaugeBase.)
InnerBorderThickness
Get or set the inner border thickness
(Inherited from LinearGaugeBase.)
InnerCornerRadius
Get or set the inner corner radius
(Inherited from LinearGaugeBase.)
IsDirectionReversed
Get or set the direction of increasing value is reversed from the default direction
(Inherited from LinearGaugeBase.)
IsNumbersVisible
Get or set the text to be visible on the tickbar
(Inherited from LinearGaugeBase.)
IsSelectionRangeEnabled
Get or set the selectionStart and selectionEnd
(Inherited from LinearGaugeBase.)
LoadControlTemplate(String) (Inherited from ControlBase.)
Maximum
Get or set the gauge's maximum value
(Inherited from LinearGaugeBase.)
Minimum
Get or set the gauges's minimum value
(Inherited from LinearGaugeBase.)
OnApplyTemplate()()() (Overrides FrameworkElement..::.OnApplyTemplate()()().)
ReservedSpace
Get or set the reserved space for the tickbar
(Inherited from LinearGaugeBase.)
SelectionEnd
Get or set the end point of a selection
(Inherited from LinearGaugeBase.)
SelectionStart
Get or set the start point of a selection
(Inherited from LinearGaugeBase.)
TickBrush
Get or set the linear gauges tick brush
(Inherited from LinearGaugeBase.)
TickFrequency
Get or set the number of ticks given for a maximum value
(Inherited from LinearGaugeBase.)
TickPlacement
Get or set the tickplacement
(Inherited from LinearGaugeBase.)
Ticks
Get or set the tick frequency that can be entered in manually
(Inherited from LinearGaugeBase.)
Value
Get or set the gauge's current value
(Inherited from LinearGaugeBase.)

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..::.LinearGaugeBase
                  VantagePoint.LinearGauges..::.HorizontalLinearGauge

See Also