ImageEn, unit ieMView

TImageEnMView.TextMargin

TImageEnMView.TextMargin

Declaration

property TextMargin: Integer;

Description

Specifies the offset from the border that the text appears:
◼Left and right side for all text types (or top and bottom if Style is iemsFlatAndWide or iemsFilenames)
◼From the top for ImageTopText
◼From the bottom for ImageBottomText

Note: Setting TextMargin will automatically adjust UpperGap and BottomGap

Default: 0

See Also

◼UpperGap
◼BottomGap

Example

// Set wider text margin
ImageEnMView1.TextMargin := 5;