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.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public float HandleTouchHitDistance { get; set; }

Visual Basic  Copy Code

Public Property HandleTouchHitDistance As Single

 Property Value

float value 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