TIEMButtonParams.HorzMargin
Declaration
property HorzMargin: Integer;
Description
Specifies the spacing between the edge-most button and the side of the thumbnail.
Default: 6
// Move buttons closer to edge of the thumbnail
ImageEnLayerMView1.ButtonParams.HorzMargin := 3;