Gets or sets the Brush used in a menu item when this item is opened.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public Brush OpenedBackground { get; set; }
Visual Basic
Public Property OpenedBackground As Brush
	Get
	Set

See Also