RibbonGalleryItem::PressedBorderBrush Property

.NET Framework (current version)
 

Gets or sets the brush that is used to draw the outer border of the control when it is pressed.

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

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

Property Value

Type: System.Windows.Media::Brush^

The brush that is used to draw the outer border of the control when it is pressed.

Identifier field

PressedBorderBrushProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: