Back to Devexpress

TdxRibbonFonts Class

vcl-dxribbon-3104acf9.md

latest1.8 KB
Original Source

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

TdxRibbonFonts Members

dxRibbon Unit