RibbonControl.HoverPageCaptionTextStyle Property
Gets or sets a style used to paint a hovered RibbonPage‘s caption.
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 used to paint a hovered RibbonPage‘s caption. |
Remarks
Use the RibbonPage.Caption property to set a RibbonPage‘s caption.
See Also