Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuItem Class / IsHighlighted Property

In This Topic
    IsHighlighted Property (C1MenuItem)
    In This Topic
    Gets a value that indicates whether a C1MenuItem is highlighted.
    Syntax
    'Declaration
     
    
    Public Property IsHighlighted As Boolean
    public bool IsHighlighted {get; set;}
    See Also