MindFusion.Wpf Pack Programmer's Guide
LayeredLayout.LayerTowardsStart Property
See Also
 





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

 Syntax

C#  Copy Code

public bool LayerTowardsStart { get; set; }

Visual Basic  Copy Code

Public Property LayerTowardsStart As Boolean

 Property Value

true to place child nodes closes to the first layer, or false to place them closer to last layer. The default value is false.

 Remarks

This property is considered when EnforceLinkFlow is enabled.

 See Also

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