Click or drag to resize

ZoomPanelIsTouchRotateEnabled Property

Gets or sets a boolean that specifies if rotating with multi-touch is enabled. Default value is true. NOTE: Touch controls work only with .Net 4 build of ZoomPanel (or newer).

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

Property Value

Type: Boolean
Remarks

IsTouchRotateEnabled gets or sets a boolean that specifies if rotating with multi-touch is enabled. Default value is true.

The "master switch" to enable or disable touch and multi-touch controls is the IsTouchEnabled property.

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