Back to Devexpress

BackstageItemBase.NormalTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitembase-0282d123.md

latest1.4 KB
Original Source

BackstageItemBase.NormalTextStyle Property

Gets or sets a style for the item’s caption in the normal state. 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 NormalTextStyle { get; set; }
vb
<Browsable(False)>
Public Property NormalTextStyle As Style

Property Value

TypeDescription
Style

A Style object for the item’s caption in the normal state.

|

See Also

HoverTextStyle

ContentStyle

ActualTextStyle

SelectedTextStyle

BackstageItemBase Class

BackstageItemBase Members

DevExpress.Xpf.Ribbon Namespace