| ImageEn, unit iexUserInteractions |  | 
 
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\Multi\MViewPreview\MViewPreview.dpr | 
 |   | Demos\Multi\MView_AttachedViewer\MViewPreview.dpr | 
 |   | Demos\InputOutput\IEViewMulti\IEViewMulti.dpr | 
ImageEnView1.ButtonParams.Offset := 20;
ImageEnView1.Update;
See Also
◼ShowButtons
◼Size
◼FillColor
◼MaxHeightButtons