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
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool HonorInitialNodeDisposition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HonorInitialNodeDisposition As Boolean |
true to keep the initial position of child nodes relative to their parent nodes; otherwise, false. The default is false.
See Also