RibbonButton.MouseOverBackground Property

Definition

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

public:
 property System::Windows::Media::Brush ^ MouseOverBackground { System::Windows::Media::Brush ^ get(); void set(System::Windows::Media::Brush ^ value); };
public System.Windows.Media.Brush MouseOverBackground { get; set; }
member this.MouseOverBackground : System.Windows.Media.Brush with get, set
Public Property MouseOverBackground As Brush

Property Value

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

Remarks

Dependency Property Information

Identifier field MouseOverBackgroundProperty
Metadata properties set to true None

Applies to