ASP.NET Pack Programmer's Guide
Diagram.AutoCloseDistance Property
See Also
 





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

 Syntax

C#  Copy Code

public Nullable<Single> AutoCloseDistance { get; set; }

Visual Basic  Copy Code

Public Property AutoCloseDistance As Nullable(Of Single)

 Property Value

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.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace