is_automatic_rotation property

is_automatic_rotation property

Indicates whether the rotation angle is automatic

Definition:

@property
def is_automatic_rotation(self):
    ...
@is_automatic_rotation.setter
def is_automatic_rotation(self, value):
    ...

See Also