Search
SolarLayout.NodeDistance Property
See Also
 





Gets or sets the minimal distance between siblings.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Single

 Property Value

A float value specifying the minimaldistance between siblings. The default is 10.

 See Also