Back to Devexpress

BackstageItemBase.ActualTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitembase-d21de9de.md

latest2.0 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public Style ActualTextStyle { get; protected set; }
vb
<Browsable(False)>
Public Property ActualTextStyle As Style

Property Value

TypeDescription
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

NormalTextStyle

ContentStyle

HoverTextStyle

SelectedTextStyle

BackstageItemBase Class

BackstageItemBase Members

DevExpress.Xpf.Ribbon Namespace