rotate_with_object property

Fill.rotate_with_object property

Gets or sets whether the fill rotates with the specified object.

@property
def rotate_with_object(self) -> bool:
    ...

@rotate_with_object.setter
def rotate_with_object(self, value: bool):
    ...

See Also