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

Namespace: yWorks.yFiles.UI.Input
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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