ImageEn, unit iemview

TIEMButtonParams.HorzMargin

TIEMButtonParams.HorzMargin


Declaration

property HorzMargin: 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.HorzMargin := 3;