ImageEn, unit iemview

TIEMButtonParams.VertMargin

TIEMButtonParams.VertMargin

Declaration

property VertMargin: Integer;

Description

Specifies the spacing between the edge-most button and the side of the thumbnail.

Default: 6

Example

// Move buttons closer to edge of the thumbnail
ImageEnLayerMView1.ButtonParams.VertMargin := 3;