ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Menu Class / HighlightedBackground Property

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