Class RadialLabel
Represents a List that allows the user to select an item in SfRadialSlider control.
Inheritance
System.Object
RadialLabel
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class RadialLabel : ContentControl
Remarks
Constructors
RadialLabel()
Initializes a new instance of the RadialLabel class.
Declaration
public RadialLabel()
See Also
Fields
AngleProperty
Using a DependencyProperty as the backing store for Angle. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty AngleProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
Angle
Gets or sets a value of the Angle of RadialLabel
Declaration
public double Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |