ComponentOne FinancialChart for WPF
HighlightedBackground Property (C1MenuItem)



C1.WPF Namespace > C1MenuItem Class : HighlightedBackground Property
Gets or sets the System.Windows.Media.Brush used to highlight the menu item.
Syntax
'Declaration
 
Public Property HighlightedBackground As Brush
'Usage
 
Dim instance As C1MenuItem
Dim value As Brush
 
instance.HighlightedBackground = value
 
value = instance.HighlightedBackground
public Brush HighlightedBackground {get; set;}
public:
property Brush^ HighlightedBackground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1MenuItem Class
C1MenuItem Members