Identifies the two ends of a connection.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public enum ConnectionEnd
Visual Basic (Declaration)
Public Enumeration ConnectionEnd

Members

Member nameDescription
Start
The start or "from" end of the connection.
Finish
The finish or "to" end of the connection.

See Also