Search
Diagram.AutoAlignDistance Property
See Also
 





Gets or sets the maximal horizontal or vertical distance at which a node aligns to the borders of other nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float AutoAlignDistance { get; set; }

Visual Basic  Copy Code

Public Property AutoAlignDistance As Single

 Property Value

A float value specifying the maximal alignment distance. The default value is 3.

 Remarks

To enable node alignment, set AutoAlignNodes to true. When either the horizontal or vertical borders of the dragged node are within the specified distance from the respective borders of a nearby node, the dragged node snaps to a position where the borders are aligned.

 See Also