New to Telerik UI for WPFStart a free 30-day trial

Represents single digit in the numeric indicator.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class NumberPosition : ContentControl

Inheritance: objectNumberPosition

Derived Classes: FontNumberPositionGraphicNumberPosition

Constructors

C#
public NumberPosition()

Fields

CornerRadiusProperty

DependencyProperty

Identifies the CornerRadius dependency property.

C#
public static readonly DependencyProperty CornerRadiusProperty

Properties

CornerRadius

CornerRadius

Gets or sets the CornerRadius.

C#
public CornerRadius CornerRadius { get; set; }
Property Value:

CornerRadius.

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()