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.Mvc
Assembly: MindFusion.Diagramming.Mvc
C# Copy Code |
---|
public float HandleTouchHitDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property HandleTouchHitDistance As Single |
A float value specifying the allowed hit distance, in diagram's current unit. The default value is 5.
This value is considered only when handling touch events.