This implementation can be used to "place" leafs.

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 LeafPlacer : INodePlacer
Visual Basic
Public Class LeafPlacer _
	Implements INodePlacer

Remarks

This implementation can be used to "place" leafs. It only routes the first incoming edge.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Tree..::..LeafPlacer

See Also