ZoomPanelIsTouchEnabled Property |
Namespace: Ab2d.Controls
IsTouchEnabled gets or sets a boolean that specifies if touch and multi-touch control is enabled. Default value is true (in .net 4 build of ZoomPanel).
You can control which touch and multi-touch operations are enabled by setting IsTouchMoveEnabled, IsTouchScaleEnabled and IsTouchRotateEnabled. By default all operations are enabled.
NOTE:
Touch and multi-touch control is supported only with using .Net 4 build of ZoomPanel (or newer) and does not work in .Net 3.5 build of ZoomPanel.