RibbonAppearances.FormCaption Property
Gets the appearance settings used to paint a RibbonForm’s caption.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.