The DelegatingNodePlacer may be used to layout the children of the actual node with two different NodePlacers.

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

Remarks

The DelegatingNodePlacer may be used to layout the children of the actual node with two different NodePlacers.

Inheritance Hierarchy

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

See Also