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

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2

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