rotation property

rotation property

Gets or sets Rotation angle (in 360/65,536ths of a degree.)

Definition:

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

See Also