rotate_shadow_with_shape property

rotate_shadow_with_shape property

Specifies whether the reflection should rotate with the shape if the shape is rotated. 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