Class StateIndicator
Represents state indicator.
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class StateIndicator : GraphicIndicator, IThemable
Constructors
StateIndicator()
Initializes a new instance of the StateIndicator class.
Declaration
public StateIndicator()
Fields
StrokeThicknessProperty
Identifies the StrokeThickness dependency property.
Declaration
public static readonly DependencyProperty StrokeThicknessProperty
Field Value
System.Windows.DependencyProperty
|
Properties
StrokeThickness
Gets or sets stroke thickness.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Methods
OnValueChanged(Double, Double)
Called when indicator's value is changed.
Declaration
protected override void OnValueChanged(double oldValue, double newValue)
Parameters
System.Double
oldValue
Old value. |
System.Double
newValue
New value. |