ClassGraphicNumberPosition
Class
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:
Inherited Members
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
Methods
OnContentChanged(object, object)
Called when the value of the property changes.
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
The RoutedEventArgs that contains the event data.
Overrides