A layout stage that can be used to "line-wrap" or "column-wrap" a graph layout.

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 GraphLayoutLineWrapper : AbstractLayoutStage
Visual Basic
Public Class GraphLayoutLineWrapper _
	Inherits AbstractLayoutStage

Remarks

A layout stage that can be used to "line-wrap" or "column-wrap" a graph layout. This stage both supports wrapping a layout at a given width (height) or wrapping the layout at a specific width (height) automatically so that the overall resulting aspect ratio will be close to a specifiable value.

Inheritance Hierarchy

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

See Also