end_shape_connected_to property

end_shape_connected_to property

Returns or sets the shape to attach the end of the connector to. Read/write IShape.

Definition:

@property
def end_shape_connected_to(self):
    ...

@end_shape_connected_to.setter
def end_shape_connected_to(self, value):
    ...

See Also