Gets or sets a value specifying how far from a link a click is still considered a hit.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public double LinkHitDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property LinkHitDistance As Double |
A double value specifying the distance in MeasureUnit units. The default value is 0.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |