ClassNumericIndicator
Represents numeric indicator.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public class NumericIndicator : GraphicIndicator
Inheritance: objectGraphicIndicatorNumericIndicator
Inherited Members
Constructors
NumericIndicator()
Initializes a new instance of the NumericIndicator class.
Declaration
public NumericIndicator()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
FormatProperty
Identifies the Format dependency property.
Declaration
public static readonly DependencyProperty FormatProperty
Field Value
DependencyProperty
PositionsProperty
Identifies the Positions dependency property.
Declaration
public static readonly DependencyProperty PositionsProperty
Field Value
DependencyProperty
Properties
CornerRadius
Gets or sets the CornerRadius.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
CornerRadius.
Format
Gets or sets value format in the numeric indicator.
Positions
Gets or sets numeric positions.
Declaration
public NumberPositionCollection Positions { get; set; }
Property Value
Methods
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
The maximum size that the method can return.
Returns
Size
The size of the control, up to the maximum specified by constraint.
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
Declaration
public override void OnApplyTemplate()
Overrides
OnValueChanged(double, double)
Called when indicator's value is changed.
ResetTheme()
Resets the theme.
Declaration
public override void ResetTheme()
Overrides