This LayoutStage will move edge ports, that are outside the corresponding nodes border, to the border.

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

Syntax

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

Remarks

This LayoutStage will move edge ports, that are outside the corresponding nodes border, to the border. Thus guarantees ports are not outside of nodes.

Inheritance Hierarchy

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

See Also