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<Double> TouchHitDistance { get; set; }

Visual Basic  Copy Code

Public Property TouchHitDistance As Nullable(Of Double)

 Property Value

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

 See Also