Search
SolarLayout.HonorInitialNodeDisposition Property
See Also
 





Gets or sets a value indicating whether the initial position of a child node relative to its parent node is preserved in the final layout.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool HonorInitialNodeDisposition { get; set; }

Visual Basic  Copy Code

Public Property HonorInitialNodeDisposition As Boolean

 Property Value

true to keep the initial position of child nodes relative to their parent nodes; otherwise, false. The default is false.

 See Also