Search
Diagram.AutoSnapDistance Property
See Also
 





Specifies the maximum distance at which links auto-snap to nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float AutoSnapDistance { get; set; }

Visual Basic  Copy Code

Public Property AutoSnapDistance As Single

 Property Value

float value specifying the maximum auto-snap distance. The default value is 16.

 See Also