The DoubleLinePlacer is a special node placer that places its children in two lines.
This node placer is especially useful for leaves with great width.

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 DoubleLinePlacer : AbstractRotatableNodePlacer
Visual Basic
Public Class DoubleLinePlacer _
	Inherits AbstractRotatableNodePlacer

Remarks

The DoubleLinePlacer is a special node placer that places its children in two lines.
This node placer is especially useful for leaves with great width.

Inheritance Hierarchy

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

See Also