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

Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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