Class CircularScaleLabel
It helps the user to display scale labels that associate a numeric value with major scale tick marks
Inheritance
System.Object
CircularScaleLabel
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class CircularScaleLabel : Control
Constructors
CircularScaleLabel()
Initializes a new instance of the CircularScaleLabel class.
Declaration
public CircularScaleLabel()
Fields
AngleProperty
Declaration
public static readonly DependencyProperty AngleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ContentProperty
Declaration
public static readonly DependencyProperty ContentProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
ForegroundProperty
Declaration
public static readonly DependencyProperty ForegroundProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Angle
Gets or sets the Angle of the CircularScaleLabel.
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | double |
Content
Gets or sets the label has to be displayed.
Declaration
public object Content { get; set; }
Property Value
Type | Description |
---|---|
System.Object | object |
Foreground
Gets or sets the brush that describes the Foreground of the CircularScaleLabel.
Declaration
public Brush Foreground { get; set; }
Property Value
Type | Description |
---|---|
Windows.UI.Xaml.Media.Brush | Brush |