This implementation can be used to "place" leafs.

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 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