DiagramConnector Properties
Provides information about a connector.| Name | Description |
|---|---|
| fromId | Gets the connector’s start node identifier. |
| fromKey | Gets the connector’s start node key. |
| fromPointIndex | The index of a shape connection point where the connector starts. |
| id | Gets the item’s internal identifier. Inherited from DiagramItem. |
| key | Gets the item’s key from a data source. Inherited from DiagramItem. |
| points | Gets the connector’s key points. |
| texts | Gets the connector’s texts. |
| toId | Gets the connector’s end node identifier. |
| toKey | Gets the connector’s end node key. |
| toPointIndex | The index of the shape connection point where the connector ends. |
See Also