Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonFonts Class

Contains font options for Ribbon elements.

#Declaration

Delphi
TdxRibbonFonts = class(
    TPersistent
)

#Remarks

This class allows you to specify font options for the following elements:

Note that the font color of these elements is defined by the Ribbon paint style (see the Ribbon’s ColorSchemeName property). The font color specified via the TFont.Color property is ignored.

To apply the specified font settings to these elements, the TdxRibbonFonts class provides a toggle – the AssignedFonts property. You simply need to activate flags on this property for corresponding Ribbon elements.

The TdxRibbonFonts object is referenced by the Ribbon’s Fonts property.

#Inheritance

TObject
TPersistent
TdxRibbonFonts
See Also