Skip to main content

TdxTileControlActionBars.Font Property

Specifies font and color settings for action bar items.

Declaration

property Font: TFont read; write;

Property Value

Type
TFont

Remarks

Use the Font.Color property to specify the color of both the action bar item captions and images created with transparency masks. The actual font color is determined by the current look & feel settings if this property is set to clDefault. Other Font settings are applied only to action bar item captions.

The Font.Height and Font.Size properties automatically update by multiplying their current values by the form’s scaling factor every time it changes.

Note

An action bar’s height is determined by its highest visible item plus the doubled IndentVert property value.

See Also