MindFusion.Wpf Pack Programmer's Guide
TreeLayout.KeepRootPosition Property
See Also
 





Gets or sets a value indicating whether to keep the root node at its original position.

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

 Syntax

C#  Copy Code

public bool KeepRootPosition { get; set; }

Visual Basic  Copy Code

Public Property KeepRootPosition As Boolean

 Property Value

true to keep the root position; otherwise, false.

 Remarks

If 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

TreeLayout Members
TreeLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace