ComponentOne FinancialChart for WPF
OpenedBackground Property (C1MenuItem)



C1.WPF 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 Brush
'Usage
 
Dim instance As C1MenuItem
Dim value As Brush
 
instance.OpenedBackground = value
 
value = instance.OpenedBackground
public Brush OpenedBackground {get; set;}
public:
property Brush^ OpenedBackground {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1MenuItem Class
C1MenuItem Members