Skip to main content
A newer version of this page is available. .

RibbonControl.HoverPageCaptionTextStyle Property

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

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.1.dll

Declaration

public Style HoverPageCaptionTextStyle { get; set; }

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