Layout stage for OrthogonalEdgeRouter that should be applied when routing edges in a partition grid.

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

Syntax

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

Remarks

Layout stage for OrthogonalEdgeRouter that should be applied when routing edges in a partition grid. Note: This stage can only be applied if all nodes are contained within a single partition grid, i.e., edges can never cross the border of the partition grid.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Layout..::..AbstractLayoutStage
    yWorks.yFiles.Layout.Router..::..PartitionGridRouterStage

See Also