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
SyntaxC#
Copy Code
|
|---|
public bool LayerTowardsStart { get; set; } |
Visual Basic
Copy Code
|
|---|
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.
RemarksThis property is considered when EnforceLinkFlow is enabled.
See Also