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
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Nullable<Single> AutoCloseDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property AutoCloseDistance As Nullable(Of Single) |
An optional float 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.
NetDiagram Programmer's Guide | © 2023 MindFusion |