A sophisticated implementation of the IHandle interface the can be used to relocate a port.

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class PortRelocationHandle : EdgeEndMoveHandle
Visual Basic
Public Class PortRelocationHandle _
	Inherits EdgeEndMoveHandle

Remarks

This class heavily relies on the implementation of the IEdgePortCandidateProvider that is queried from the IEdge this handle is acting on.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..EdgeEndMoveHandle
    yWorks.yFiles.UI.Input..::..PortRelocationHandle

See Also