property BitmapAlign: TBitmapAlign;
type TBitmapAlign = (baTopLeft, baCenter, baTile, baCustom);
Specifies how the bitmap image is located withing the control's boundaries.
Note, that in TCustomImgView32 this property should always remain baCustom.