Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MenuItem Class / HighlightedBackground Property

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