This stage can be used to do mix layouts for tree-like subgraph structures and the non-tree like rest of a graph.

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 TreeComponentLayouter : ILayoutStage, 
	ILayouter
Visual Basic
Public Class TreeComponentLayouter _
	Implements ILayoutStage, ILayouter

Remarks

This stage can be used to do mix layouts for tree-like subgraph structures and the non-tree like rest of a graph.

Inheritance Hierarchy

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

See Also