RibbonTabHeader::FocusedBorderBrush Property

.NET Framework (current version)
 

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

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

public:
property Brush^ FocusedBorderBrush {
	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 has focus.

Identifier field

FocusedBorderBrushProperty

Metadata properties set to true

None

.NET Framework
Available since 4.5
Return to top
Show: