Back to Devexpress

RibbonControl.HoverPageCaptionTextStyle Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-75f11c56.md

latest1.4 KB
Original Source

RibbonControl.HoverPageCaptionTextStyle Property

Gets or sets a style used to paint a hovered RibbonPage‘s caption.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Style HoverPageCaptionTextStyle { get; set; }
vb
Public Property HoverPageCaptionTextStyle As Style

Property Value

TypeDescription
Style

A Style object used to paint a hovered RibbonPage‘s caption.

|

Remarks

Use the RibbonPage.Caption property to set a RibbonPage‘s caption.

See Also

Caption

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace