Skip to main content

RibbonButtonStyleSettings.CheckedForeground Property

Gets or sets a RibbonToggleButton‘s checked state foreground. 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 CheckedForeground { get; set; }

Property Value

Type Description
Brush

A brush that describes the checked ribbon button’s foreground.

See Also