Search
Diagram.LinkHitDistance Property
See Also
 





Gets or sets a value specifying how far from a link a click is still considered a hit.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float LinkHitDistance { get; set; }

Visual Basic  Copy Code

Public Property LinkHitDistance As Single

 Property Value

A float value specifying the distance in MeasureUnit units. The default value is 0.

 Remarks

If this property is set to 0, the control considers it a hit when a link is no further than five millimeters from the mouse position. This LinkHitDistance value is also used when hit-testing programmatically, e.g. by calling the GetItemAt method.

 See Also