Skip to main content

RibbonButtonStyleSettings.CheckedHoverBorderBrush Property

Gets or sets a hovered RibbonToggleButton‘s border brush when the button is checked. 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 CheckedHoverBorderBrush { get; set; }

Property Value

Type Description
Brush

The hovered RibbonToggleButton‘s border brush when the button is checked.

See Also