Search
Diagram.TouchRadius Property
See Also
 






Gets or sets the distance tolerance during hit-testing, expressed in millimeters, or null, to use the default tolerance.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Nullable<Double> TouchRadius { get; set; }

Visual Basic  Copy Code

Public Property TouchRadius As Nullable(Of Double)

 Property Value

A double value.

 See Also