rotation property

rotation property

Definition:

@property
def rotation(self):
    ...

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

See Also