Skip to main content

RibbonControl.HoverPageCaptionTextStyle Property

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

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.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