Gets or sets whether child nodes should be assigned to layers closer to the start layer.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public bool LayerTowardsStart { get; set; } |
Visual Basic
![]() |
---|
Public Property LayerTowardsStart As Boolean |
true to place child nodes closes to the first layer, or false to place them closer to last layer. The default value is false.
This property is considered when EnforceLinkFlow is enabled.