use_frame_rotation property

use_frame_rotation property

Determines whether to perform the specified rotation of the shape when rendering or not. Read/write bool. Default value is true.

Definition:

@property
def use_frame_rotation(self):
    ...

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

See Also