ImageEn, unit iexToolbars |
|
TCustomImageEnToolbar.AutoScale
Declaration
property AutoScale: Boolean;
Description
When enabled, the toolbar buttons will be scaled to match the scaling of screen.
Default: True
// Turn off scaling of toolbar on high DPI screens
ImageEnViewToolbar1.AutoScale := False;
See Also
◼Scaling◼AutoScale