Class RadialList
Represents a List that allows the user to select an item in SfRadialSlider control.
Inheritance
System.Object
RadialList
Namespace: Syncfusion.UI.Xaml.Controls.Navigation
Assembly: Syncfusion.SfRadialMenu.UWP.dll
Syntax
public class RadialList : ItemsControl
Remarks
Constructors
RadialList()
Initializes a new instance of the RadialList class.
Declaration
[ClassReference(IsReviewed = false)]
public RadialList()
See Also
Fields
ListHostProperty
Using a DependencyProperty as the backing store for ListHost. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty ListHostProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
RadiusProperty
Using a DependencyProperty as the backing store for Radius. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty RadiusProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
ListHost
Gets or sets a value of the Host of the RadialList
Declaration
public object ListHost { get; set; }
Property Value
Type |
---|
System.Object |
Radius
Gets or sets a value of the Radius of the RadialList
Declaration
public double Radius { get; set; }
Property Value
Type |
---|
System.Double |