NumericIndicator
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
Initializes a new instance of the NumericIndicator class.
public NumericIndicator()
Fields
CornerRadiusProperty
DependencyProperty
Identifies the CornerRadius dependency property.
public static readonly DependencyProperty CornerRadiusProperty
FormatProperty
DependencyProperty
Identifies the Format dependency property.
public static readonly DependencyProperty FormatProperty
PositionsProperty
DependencyProperty
Identifies the Positions dependency property.
public static readonly DependencyProperty PositionsProperty
Properties
CornerRadius
CornerRadius
Gets or sets the CornerRadius.
public CornerRadius CornerRadius { get; set; }
CornerRadius.
Gets or sets value format in the numeric indicator.
public string Format { get; set; }
Gets or sets numeric positions.
public NumberPositionCollection Positions { get; set; }
Methods
When overridden in a derived class, measures the size in layout required for child elements and determines a size for the FrameworkElement-derived class.
protected override Size MeasureOverride(Size availableSize)
The maximum size that the method can return.
Returns:Size
The size of the control, up to the maximum specified by constraint.
When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate.
public override void OnApplyTemplate()
Overrides:
Resets the theme.
public override void ResetTheme()
Overrides: