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.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

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