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

In This Topic
    OpenedBackground Property (C1Menu)
    In This Topic
    Gets or sets the Windows.UI.Xaml.Media.Brush used in a menu item when this item is opened.
    Syntax
    'Declaration
     
    Public Property OpenedBackground As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush OpenedBackground {get; set;}
    See Also