property BitmapAlign: TBitmapAlign;

type TBitmapAlign = (baTopLeft, baCenter, baTile, baCustom);

Description

Specifies how the bitmap image is located withing the control's boundaries.

Note, that in TCustomImgView32 this property should always remain baCustom.

[See also]: Bitmap Image