This NodePlacer calculates and respects layers.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class LayeredNodePlacer : AbstractRotatableNodePlacer
Visual Basic
Public Class LayeredNodePlacer _
	Inherits AbstractRotatableNodePlacer

Remarks

This NodePlacer calculates and respects layers.

Warning: Changing the orientation within the LayeredNodePlacers will result in dubious problems.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..AbstractRotatableNodePlacer
    yWorks.yFiles.Layout.Tree..::..LayeredNodePlacer

See Also