Interface for a layouter that forms a stage of a larger layout process.

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

Syntax

C#
public interface ILayoutStage : ILayouter
Visual Basic
Public Interface ILayoutStage _
	Inherits ILayouter

Remarks

Interface for a layouter that forms a stage of a larger layout process. It delegates the core layout process to another layouter. A layout stage may perform pre-processing steps before the core layouter gets called and post-processing steps after the layouter gets called.

See Also