Skip to main content

RibbonCheckBoxStyleSettings.CheckedPressedTextForeground Property

Gets or sets a RibbonCheckBox text’s pressed state foreground when the checkbox 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 CheckedPressedTextForeground { get; set; }

#Property Value

Type Description
Brush

A brush that describes the checked RibbonCheckBox text’s pressed state foreground.

See Also