Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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
    public ItemsControl CurrentItem {get;}
    See Also