menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialList - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    SfRadialSlider
    Syncfusion.UI.Xaml.Controls.Navigation

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved