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
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Nullable<Double> AutoCloseDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoCloseDistance As Nullable(Of Double) |
An optional double value specifying upper limit of distance between end points where the form should close automatically. The default null value specifies that the form should always close.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |