Search
Diagram.FreeFormAttractDistance Property
See Also
 






Gets or sets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double FreeFormAttractDistance { get; set; }

Visual Basic  Copy Code

Public Property FreeFormAttractDistance As Double

 Property Value

double value specifying attraction radius.

 See Also