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