ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenu Class / CurrentItem Property



In This Topic
    CurrentItem Property (C1RadialMenu)
    In This Topic
    Gets the C1RadialMenu or C1RadialMenuItem control which items are currently visible in the C1RadialMenu UI.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CurrentItem As ItemsControl
    'Usage
     
    
    Dim instance As C1RadialMenu
    Dim value As ItemsControl
     
    value = instance.CurrentItem
    public ItemsControl CurrentItem {get;}
    public:
    property ItemsControl^ CurrentItem {
       ItemsControl^ get();
    }
    See Also