DiagramQueryConnectionPointsEventArgs Properties
Provides data for the DiagramControl.QueryConnectionPoints event.| Name | Description |
|---|---|
| Connector | Returns the connector whose point is being moved by the end-user. |
| ConnectorPointType | Returns the type of the connection point that is being moved by the end-user. |
| HoveredItem | Returns the item hovered with the connection point that is being moved by the end-user. |
| ItemConnectionBorderState | Specifies whether to enable connection to an item and show a visual indication. |
| ItemConnectionPointStates | Provides access to the collection of objects that represent connection points of a diagram item. |
| OppositeItem | Returns the diagram item to which the opposite connection point is glued. |
| OppositeItemPointIndex | Returns the index of the opposite connection point. |
| OppositePoint | Returns the coordinates of the opposite connection point. |
See Also