rotation property

rotation property

Rotation setting will be applied.

Definition:

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

See Also