ImageEn, unit imageenview

TImageEnView.Center

TImageEnView.Center

Declaration

property Center: boolean;

Description

If enabled, the image is displayed in the center of the client area.
Otherwise, it is displayed in the top-left of the control.

Default: True, which is equivalent to setting ImageHorizAlignment = iehCenter and ImageVertAlignment = ievCenter.

See Also

ImageHorizAlignment
ImageVertAlignment