ConnectorRule class

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.

The ConnectorRule type exposes the following members:

Properties

PropertyDescription
start_shape_idThe shape from which a connection is made.
start_shape_connectionThe shape’s connection from which a connection is made.
end_shape_connectionThe shape’s connection to which a connection is made.
end_shape_idThe shape to which a connection is made.

See Also