Class LinearGauge
Base class for linear gauges: vertical and horizontal.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class LinearGauge : GaugeBase, IThemable
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
System.Windows.DependencyProperty
|
OuterBorderBrushProperty
Identifies the OuterBorderBrush dependency property.
Declaration
public static readonly DependencyProperty OuterBorderBrushProperty
Field Value
System.Windows.DependencyProperty
|
OuterBorderThicknessProperty
Identifies the OuterBorderThickness dependency property.
Declaration
public static readonly DependencyProperty OuterBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
OuterBackground
Gets or sets the OuterBackground dependency property.
Declaration
public Brush OuterBackground { get; set; }
Property Value
System.Windows.Media.Brush
|
OuterBorderBrush
Gets or sets the OuterBorderBrush dependency property.
Declaration
public Brush OuterBorderBrush { get; set; }
Property Value
System.Windows.Media.Brush
|
OuterBorderThickness
Gets or sets the OuterBorderThickness dependency property.
Declaration
public Thickness OuterBorderThickness { get; set; }
Property Value
System.Windows.Thickness
|