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
SyntaxJavaScript
Copy Code
|
|---|
get handleTouchHitDistance() {} |
Number
A number specifying the allowed hit distance, in diagram's current unit. The default value is 5.
RemarksThis value is considered only when handling touch events.
See Also