Gets or sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double AutoCloseDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoCloseDistance As Double |
A double value. The default is double.MaxValue, which always auto-closes FreeFormNodes.
WpfDiagram Programmer's Guide | © 2024 MindFusion |