Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / SelectedItemOptions Property

In This Topic
    SelectedItemOptions Property (C1RadialMenuItem)
    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