ImageEn, unit iexUserInteractions

TIEButtonInteraction.Offset

TIEButtonInteraction.Offset


Declaration

property Offset: Integer;


Description

Specify the distance between buttons and the edge of the control.

Note:
The value specified here is a maximum, it may dynamically decrease to improve layout
Avoid using a value too low to prevent the buttons appearing in the scrollbar area

Default: 40


Demos

Demo  Demos\Multi\MViewPreview\MViewPreview.dpr
Demo  Demos\Multi\MView_AttachedViewer\MViewPreview.dpr
Demo  Demos\InputOutput\IEViewMulti\IEViewMulti.dpr


Example

// Make buttons closer to edge
ImageEnView1.ButtonParams.Offset := 20;
ImageEnView1.Update;


See Also

ShowButtons
Size
FillColor
MaxHeightButtons