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.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
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