ImageEn, unit iemview

TIEMButtonParams.Position

TIEMButtonParams.Position


Declaration

property InvertDirection: TIEMCheckboxPos;


Description

Specify where the buttons are positioned.
Default is iecpAutomatic which chooses the best position based on the Style.

Default: iecpAutomatic


Example

// Move buttons to the top-right of thumbnail
ImageEnLayerMView1.ButtonParams.Position := iecpTopRight;