ComponentOne Basic Library for WPF and Silverlight
HighlightedBackground Property (C1MenuItem)


C1.Silverlight 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 System.Windows.Media.Brush
'Usage
 
Dim instance As C1MenuItem
Dim value As System.Windows.Media.Brush
 
instance.HighlightedBackground = value
 
value = instance.HighlightedBackground
public System.Windows.Media.Brush HighlightedBackground {get; set;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members