An interface for possible IPort candidates used by IPortCandidateProvider and the like.

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 interface IPortCandidate
Visual Basic
Public Interface IPortCandidate

Remarks

Note that if an instance's Validity property is Dynamic this instance GetPortCandidateAt(IInputModeContext, PointD) method serves as a factory for the actual candidates.

See Also