This property sets whether or not "pinch in" and "pinch out" can be used to zoom.

[C++Builder]   imagekitcontrolname->Touch [= TTouchManager* ]
[Delphi]   imagekitcontrolname.Touch [= TTouchManager ]

Property Value

To enable "pinch in" and "pinch out", set Touch.InteractiveGestures to igZoom. To disable "pinch in" and "pinch out", set set Touch.InteractiveGestures to values other than igZoom.

Explanation

The Touch property sets whether or not "pinch in" and "pinch out" can be used to zoom. This property is enabled for applications that support touch screens. Regardless of this property's value, when vector data is being edited, the object that is selected and can be manipulated by touch will have enlarged guides displayed on the four corners of the object.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

Differences from ImageKit9/10 ActiveX

This property was named EnableTouch in the ImageKit10 ActiveX

 

The ImageKit10 VCL is a product created by Newtone Corporation