Class
GraphicNumberPosition

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:

cs-api-definition
public class GraphicNumberPosition : NumberPosition

Inheritance: objectNumberPositionGraphicNumberPosition

Derived Classes: HexagonalNumberPositionSevenSegsNumberPosition

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

Constructors

GraphicNumberPosition()

Initializes a new instance of the GraphicNumberPosition class.

Declaration

cs-api-definition
public GraphicNumberPosition()

Properties

Selector

Gets or sets number template selector.

Declaration

cs-api-definition
protected NumberTemplateSelector Selector { get; set; }

Property Value

NumberTemplateSelector

Methods

OnContentChanged(object, object)

Called when the value of the property changes.

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
protected override void OnContentChanged(object oldContent, object newContent)

Parameters

oldContent

object

The old value of the property.

newContent

object

The new value of the property.

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Overrides NumberPosition.OnInitialized(EventArgs)