Class RadialTick
Represents a position that allows the user to select a value in SfRadialSlider control.
Inheritance
System.Object
RadialTick
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class RadialTick : ContentControl
Remarks
Constructors
RadialTick()
Initializes a new instance of the RadialTick class.
Declaration
public RadialTick()
See Also
Syncfusion.UI.Xaml.Controls.Navigation.SfRadialPointer
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 the angle in which the ticks are separated
Declaration
public double Angle { get; set; }
Property Value
Type |
---|
System.Double |