start_shape_connected_to property

start_shape_connected_to property

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

Definition:

@property
def start_shape_connected_to(self):
    ...

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

See Also