rotation_angle property

rotation_angle property

Gets and sets the rotation of the shape.

Example


# Gets rotation angle of the shape.
angle = shape.rotation_angle
# Gets rotation angle of the shape.
shape.rotation_angle = 60.0

Definition:

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

See Also