Skip to main content

BackstageItemBase.ActualTextStyle Property

Gets a style, applied to a backstage item’s caption. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

[Browsable(false)]
public Style ActualTextStyle { get; protected set; }

Property Value

Type Description
Style

A Style object, applied to a backstage item’s caption.

Remarks

The ActualTextStyle allows you to get a style that is currently applied to a backstage item’s caption.

To learn more about text styles adjustments see BackstageItemBase.ContentStyle, BackstageItemBase.HoverTextStyle, BackstageItemBase.NormalTextStyle and BackstageTabItem.SelectedTextStyle.

See Also