TCustomImage32.BitmapAlign

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, TCustomImgView32