ImageEn, unit iexToolbars

TCustomImageEnToolbar.AutoScale

TCustomImageEnToolbar.AutoScale

Declaration

property AutoScale: Boolean;

Description

When enabled, the toolbar buttons will be scaled to match the scaling of screen.

Default: True

Example

// Turn off scaling of toolbar on high DPI screens
ImageEnViewToolbar1.AutoScale := False;

See Also

Scaling
AutoScale