Skip to main content

RibbonButtonStyleSettings.PressedBorderBrush Property

Gets or sets a ribbon button’s pressed state border brush. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public Brush PressedBorderBrush { get; set; }

Property Value

Type Description
Brush

A brush that describes the pressed ribbon button’s border.

Remarks

You can use this property to customize the appearance of the following ribbon buttons:

See Also