Wraps a ILayerer implementation from the y.layout.hierarchic package to behave like a ILayerer implementation from the y.layout.hierarchic.incremental package.

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class OldLayererWrapper : ILayerer
Visual Basic
Public Class OldLayererWrapper _
	Implements ILayerer

Remarks

Wraps a ILayerer implementation from the y.layout.hierarchic package to behave like a ILayerer implementation from the y.layout.hierarchic.incremental package.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout.Hierarchic.Incremental..::..OldLayererWrapper

See Also