New to Telerik UI for WPFStart a free 30-day trial

Represents number position which show digits using some kind of drawing (shapes).

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class GraphicNumberPosition : NumberPosition

Inheritance: objectNumberPositionGraphicNumberPosition

Derived Classes: HexagonalNumberPositionSevenSegsNumberPosition

Inherited Members NumberPosition.CornerRadiusPropertyNumberPosition.ResetTheme()NumberPosition.CornerRadius

Constructors

Initializes a new instance of the GraphicNumberPosition class.

C#
public GraphicNumberPosition()

Properties

Gets or sets number template selector.

C#
protected NumberTemplateSelector Selector { get; set; }

Methods

Called when the value of the property changes.

C#
protected override void OnContentChanged(object oldContent, object newContent)
Parameters:oldContentobject

The old value of the property.

newContentobject

The new value of the property.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Overrides: NumberPosition.OnInitialized(EventArgs)