Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1MenuList Class / HighlightedBackground Property

In This Topic
    HighlightedBackground Property (C1MenuList)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used to highlight the menu item.
    Syntax
    'Declaration
     
    
    Public Shadows Property HighlightedBackground As Brush
    public new Brush HighlightedBackground {get; set;}
    See Also