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

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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