Class GraphicNumberPosition
Represents number position which show digits using some kind of drawing (shapes).
Inherited Members
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GraphicNumberPosition : NumberPosition, IThemable
Constructors
GraphicNumberPosition()
Initializes a new instance of the GraphicNumberPosition class.
Declaration
public GraphicNumberPosition()
Properties
Selector
Gets or sets number template selector.
Declaration
protected NumberTemplateSelector Selector { get; set; }
Property Value
Methods
OnContentChanged(Object, Object)
Called when the value of the System.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System. The old value of the System. |
System. The new value of the System. |
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |