Search
Diagram.TouchHitDistance Property
See Also
 





Specifies distance from adjustment handles at which they are still considered as hit when processing touch input.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Nullable<Single> TouchHitDistance { get; set; }

Visual Basic  Copy Code

Public Property TouchHitDistance As Nullable(Of Single)

 Property Value

An optional float value specifying max touch distance from adjustment handles.

 See Also