RibbonGalleryItem::CheckedBackground Property

.NET Framework (current version)
 

Gets or sets the brush that is used to draw the background of the control when it is in the Checked state.

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

public:
property Brush^ CheckedBackground {
	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 it is in the Checked state.

Identifier field

CheckedBackgroundProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: