This is a "default" NodePlacer.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

Remarks

This is a "default" NodePlacer. It arranges its children simply in one row.

Inheritance Hierarchy

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

See Also