menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RadialList - WPF 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.Windows.Controls.Navigation
    Assembly: Syncfusion.SfRadialMenu.Wpf.dll
    Syntax
    public class RadialList : ItemsControl
    Remarks

    Constructors

    RadialList()

    Initializes a new instance of the RadialList class.

    Declaration
    public RadialList()
    See Also
    SfRadialSlider
    Syncfusion.Windows.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
    System.Windows.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
    System.Windows.DependencyProperty

    Properties

    ListHost

    Gets or sets a value of the Host of the Syncfusion.UI.Xaml.Controls.Navigation.RadialList

    Declaration
    public object ListHost { get; set; }
    Property Value
    Type
    System.Object

    Radius

    Gets or sets a value of the Radius of the Syncfusion.UI.Xaml.Controls.Navigation.RadialList

    Declaration
    public double Radius { get; set; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved