ClassNumberPosition
Class
Represents single digit in the numeric indicator.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public class NumberPosition : ContentControl
Inheritance: objectNumberPosition
Derived Classes:
Constructors
NumberPosition()
Declaration
cs-api-definition
public NumberPosition()
Fields
CornerRadiusProperty
Identifies the CornerRadius dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
Properties
CornerRadius
Gets or sets the CornerRadius.
Declaration
cs-api-definition
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
CornerRadius.
Methods
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.