VantagePoint Manufacturing Controls Class Libary
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
LinearGauge base class is the base class from which all linear gauges are derived.
Namespace: VantagePoint.Common.BaseClasses
Assembly: VantagePoint (in VantagePoint)
Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
[DefaultPropertyAttribute("Value")] public class LinearGaugeBase : ControlBase
Members
| All Members | Constructors | Fields | Properties | Methods |
| Member | Description | |
|---|---|---|
| LinearGaugeBase(String) |
LinearGaugeBase constructor
| |
| CaptionBrush |
Get or set the color of text in the gauge
| |
| CaptionBrushProperty |
Ther color of text in gauge
| |
| CornerRadius |
Get or set the main corner radius
| |
| CornerRadiusProperty |
The main corner radius
| |
| FluidBorderBrush |
Get or set the border color for fluid region
| |
| FluidBorderBrushProperty |
The brush that paints the border of the fluid region
| |
| FluidBrush |
Get or set the tank's pointer brush color
| |
| FluidBrushProperty |
The gauges needle brush property that changes the needle color
| |
| FluidCornerRadius |
Get or set the corner radius of the fluid region
| |
| FluidCornerRadiusProperty |
The most inner corner radius
| |
| FluidOpacityBrush |
Get or set the brush that uses an opacity to create a gradient on the fluid region
| |
| FluidOpacityBrushProperty |
The brush that uses an opacity to create a gradient on the fluid region
| |
| GlareBrush |
Get or set the glare brush
| |
| GlareBrushProperty |
Sets a glare effect
| |
| GlareOpacityMask |
Get or set the glare opacity
| |
| GlareOpacityMaskProperty |
The opacity of the glare effect
| |
| InnerBackground |
Get or set the inner background color
| |
| InnerBackgroundProperty |
The fluid regions of the background color
| |
| InnerBorderBrush |
Get or set the inner border color
| |
| InnerBorderBrushProperty |
The fluid region of the border color
| |
| InnerBorderThickness |
Get or set the inner border thickness
| |
| InnerBorderThicknessProperty |
The inner border thickness
| |
| InnerCornerRadius |
Get or set the inner corner radius
| |
| InnerCornerRadiusProperty |
The inner corner radius
| |
| IsDirectionReversed |
Get or set the direction of increasing value is reversed from the default direction
| |
| IsDirectionReversedProperty |
Sets whether the direction of increasing value is reversed from the default direction
| |
| IsNumbersVisible |
Get or set the text to be visible on the tickbar
| |
| IsNumbersVisibleProperty |
Allows the text to be visible on the tickbar
| |
| IsSelectionRangeEnabled |
Get or set the selectionStart and selectionEnd
| |
| IsSelectionRangeEnabledProperty |
Allows to set selectionStart and selectionEnd
| |
| LoadControlTemplate(String) | (Inherited from ControlBase.) | |
| Maximum |
Get or set the gauge's maximum value
| |
| MaximumProperty |
The gauges maximum value property that changes the gauges maximum value
| |
| Minimum |
Get or set the gauges's minimum value
| |
| MinimumProperty |
The gauges minimum value property that changes the gauges minimum allowed value
| |
| ReservedSpace |
Get or set the reserved space for the tickbar
| |
| ReservedSpaceProperty |
The space reserved for the tick bar
| |
| SelectionEnd |
Get or set the end point of a selection
| |
| SelectionEndProperty |
Gets or Sets the end point of a selection
| |
| SelectionStart |
Get or set the start point of a selection
| |
| SelectionStartProperty |
Gets or Sets the start point of a selection
| |
| TickBrush |
Get or set the linear gauges tick brush
| |
| TickBrushProperty |
The linear gauges tick brush
| |
| TickFrequency |
Get or set the number of ticks given for a maximum value
| |
| TickFrequencyProperty |
The number of ticks given for a maximum value
| |
| TickPlacement |
Get or set the tickplacement
| |
| TickPlacementProperty |
The gauges needle brush property that changes the needle color
| |
| Ticks |
Get or set the tick frequency that can be entered in manually
| |
| TicksProperty |
The tick frequency that can be entered in manually
| |
| Value |
Get or set the gauge's current value
| |
| ValueProperty |
The gauges value property that 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..::.LinearGaugeBase
VantagePoint.LinearGauges..::.PointyLinearGauge
VantagePoint.LinearGauges..::.VerticalLinearGauge
VantagePoint.LinearGauges..::.HorizontalLinearGauge
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..::.PointyLinearGauge
VantagePoint.LinearGauges..::.VerticalLinearGauge
VantagePoint.LinearGauges..::.HorizontalLinearGauge
See Also
VantagePoint.Common.BaseClasses Namespace