Identifies the two ends of a connection.
Namespace:
Mindscape.WpfDiagramming.FoundationAssembly: 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 name | Description | |
|---|---|---|
| Start |
The start or "from" end of the connection.
| |
| Finish |
The finish or "to" end of the connection.
|