MindFusion.Wpf Pack Programmer's Guide
SolarLayout.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

 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

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