ClassLinearGauge
Base class for linear gauges: vertical and horizontal.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class LinearGauge : GaugeBase
Inheritance: objectGaugeBaseLinearGauge
Derived Classes:
Inherited Members
Constructors
LinearGauge()
Initializes a new instance of the LinearGauge class.
Declaration
protected LinearGauge()
Fields
OuterBackgroundProperty
Identifies the OuterBackground dependency property.
Declaration
public static readonly DependencyProperty OuterBackgroundProperty
Field Value
DependencyProperty
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
DependencyProperty
OuterBorderThicknessProperty
Identifies the OuterBorderThickness dependency property.
Declaration
public static readonly DependencyProperty OuterBorderThicknessProperty
Field Value
DependencyProperty
Properties
OuterBackground
Gets or sets the OuterBackground dependency property.
Declaration
public Brush OuterBackground { get; set; }
Property Value
Brush
OuterBorderBrush
Gets or sets the OuterBorderBrush dependency property.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
Brush
OuterBorderThickness
Gets or sets the OuterBorderThickness dependency property.
Declaration
public Thickness OuterBorderThickness { get; set; }
Property Value
Thickness