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


C1.Silverlight Namespace > C1MenuItem Class : OpenedBackground Property
Gets or sets the System.Windows.Media.Brush used in a menu item when this item is opened.
Syntax
'Declaration
 
Public Property OpenedBackground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1MenuItem
Dim value As System.Windows.Media.Brush
 
instance.OpenedBackground = value
 
value = instance.OpenedBackground
public System.Windows.Media.Brush OpenedBackground {get; set;}
See Also

Reference

C1MenuItem Class
C1MenuItem Members