Skip to main content

RibbonButtonStyleSettings.CheckedHoverForeground Property

Gets or sets a hovered RibbonToggleButton‘s foreground 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 CheckedHoverForeground { get; set; }

Property Value

Type Description
Brush

A brush that describes the hovered RibbonToggleButton‘s foreground when the button is checked.

See Also