Gets or sets a value indicating whether to keep the root node at its original position.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool KeepRootPosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property KeepRootPosition As Boolean |
true to keep the root position; otherwise, false. The default is false.
RemarksIf the root position is not kept, that is, the value of this property is false, the entire tree is dispositioned after the layout is complete, according to the values of Margins.
See Also