ConnectorRule
Contents
[
Hide
]ConnectorRule class
Represents connector rule between two shapes with a connector,Including which connection point of which shape it starts from, the end shape and its connection point.
Properties
| Name | Type | Description |
|---|---|---|
| StartShapeId | long | The shape from which a connection is made. |
| StartShapeConnection | Connection | The shape’s connection from which a connection is made. |
| EndShapeConnection | Connection | The shape’s connection to which a connection is made. |
| EndShapeId | long | The shape to which a connection is made. |
ConnectorRule.StartShapeId property
The shape from which a connection is made.
Type: long
ConnectorRule.StartShapeConnection property
The shape’s connection from which a connection is made.
Type: Connection
ConnectorRule.EndShapeConnection property
The shape’s connection to which a connection is made.
Type: Connection
ConnectorRule.EndShapeId property
The shape to which a connection is made.
Type: long