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
NumberTemplateSelector
|
Methods
OnContentChanged(Object, Object)
Called when the value of the System.Windows.Controls.ContentControl.Content property changes.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object
oldContent
The old value of the System.Windows.Controls.ContentControl.Content property. |
System.Object
newContent
The new value of the System.Windows.Controls.ContentControl.Content property. |