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

RibbonAppearances.FormCaption Property

Gets the appearance settings used to paint a RibbonForm’s caption.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public virtual AppearanceObject FormCaption { get; }

Property Value

Type Description
AppearanceObject

An AppearanceObject object which provides corresponding appearance settings.

Remarks

You can use the Font and ForeColor properties of the FormCaption object to specify the painting options of the text displayed within a RibbonForm‘s caption. When the RibbonForm is inactive its caption is painted using the color specified by the RibbonAppearances.FormCaptionForeColorInactive property.

Note that the BackColor, BackColor2 and GradientMode properties of the FormCaption object are not in effect. The form’s background is painted according to the current skinning scheme.

See Appearance and Look and Feel to learn more.

See Also