Search
DiagramView.handleTouchHitDistance Property
See Also
 





Gets or sets maximum distance between touch position and adjustment handle at which the handle can still be grabbed to modify its item.

Namespace: MindFusion.Diagramming
File: DiagramView.js

 Syntax

JavaScript  Copy Code

get handleTouchHitDistance() {}
set handleTouchHitDistance(value) {}

 Property Value

Number

A number specifying the allowed hit distance, in diagram's current unit. The default value is 5.

 Remarks

This value is considered only when handling touch events.

 See Also