property BitmapAlign: TBitmapAlign;
type TBitmapAlign = (baTopLeft, baCenter, baTile, baCustom);
Specifies how the buffer bitmap is located withing the control's boundaries.
[See also]: