Click or drag to resize

ZoomPanelIsTouchEnabled Property

Gets or sets a boolean that specifies if touch and multi-touch control is enabled. Default value is true.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public bool IsTouchEnabled { get; set; }

Property Value

Type: Boolean
Remarks

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.

See Also