Back to Devexpress

BackstageItemBase.HoverTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageitembase-8364e7b4.md

latest1.5 KB
Original Source

BackstageItemBase.HoverTextStyle Property

Gets or sets style settings for the item’s caption when the item is hovered over. 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 HoverTextStyle { get; set; }
vb
<Browsable(False)>
Public Property HoverTextStyle As Style

Property Value

TypeDescription
Style

A Style object applied to the item’s caption when the item is hovered over.

|

See Also

ActualTextStyle

ContentStyle

NormalTextStyle

SelectedTextStyle

BackstageItemBase Class

BackstageItemBase Members

DevExpress.Xpf.Ribbon Namespace