Search
DiagramView.MultiTouchModify Property
See Also
 





Gets or sets a value indicating whether multi-touch modifications are enabled.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public bool MultiTouchModify { get; set; }

Visual Basic  Copy Code

Public Property MultiTouchModify As Boolean

 Property Value

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

 Remarks

If this property is enabled, two touches on same node will scale and rotate it. Otherwise each touch is handled independently according to current Behavior value, e.g. by drawing a new diagram link.

Multi-touch rotation is applied only if the Rotate handle bit in EnabledHandles is set.

 See Also