Skip to main content
A newer version of this page is available. .

RibbonButtonStyleSettings.CheckedPressedForeground Property

Gets or sets a pressed RibbonToggleButton‘s foreground when the button is checked. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Brush

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

See Also