rotate_shadow_with_shape property

rotate_shadow_with_shape property

Indicates whether the shadow rotates together with the shape. Default value – true. Read/write bool.

Definition:

@property
def rotate_shadow_with_shape(self):
    ...

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

See Also