ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / SelectedItemOptions Property

In This Topic
    SelectedItemOptions Property
    In This Topic
    Determines what part of the selected sub-item should be displayed for the curren item.
    Syntax
    'Declaration
     
    Public Property SelectedItemOptions As SelectedItemOptions
    public SelectedItemOptions SelectedItemOptions {get; set;}
    Remarks
    This property only makes sense for items with sub-items when the ShowSelectedItem property is true.
    See Also