An implementation of the IEdgePortCandidateProvider interface that returns the current source and target ports

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 CurrentEdgePortsCandidateProvider : IEdgePortCandidateProvider
Visual Basic
Public Class CurrentEdgePortsCandidateProvider _
	Implements IEdgePortCandidateProvider

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Input..::..CurrentEdgePortsCandidateProvider
    yWorks.yFiles.UI.Input..::..DefaultEdgePortsCandidateProvider

See Also