A layout stage that performs changes the orientation of the layout that another algorithm calculates.

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

Syntax

C#
public class OrientationLayouter : AbstractLayoutStage
Visual Basic
Public Class OrientationLayouter _
	Inherits AbstractLayoutStage

Remarks

A layout stage that performs changes the orientation of the layout that another algorithm calculates.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout..::..OrientationLayouter

See Also