Search
DiagramView.multiTouchZoom Property
See Also
 





Gets or sets a value indicating whether multi-touch zoom is enabled.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get multiTouchZoom() {}
set multiTouchZoom(value) {}

 Property Value

Boolean

true to enable multi-touch zoom, or false otherwise. The default value is true.

 Remarks

If this property is disabled, each touch is handled independently according to current behavior value, e.g. by drawing a new diagram item or moving an existing one.

 See Also