RibbonTabHeader::MouseOverBackground Property

.NET Framework (current version)
 

Gets or sets the brush that is used to draw the background of the control when the mouse is over it.

Namespace:   System.Windows.Controls.Ribbon
Assembly:  System.Windows.Controls.Ribbon (in System.Windows.Controls.Ribbon.dll)

public:
property Brush^ MouseOverBackground {
	Brush^ get();
	void set(Brush^ value);
}

Property Value

Type: System.Windows.Media::Brush^

The brush that is used to draw the background of the control when the mouse is over it.

Identifier field

MouseOverBackgroundProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: