rotation_angle property

rotation_angle property

Returns/sets value indicating how the ellipse is rotated relative to the current coordinate system.

Definition:

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

See Also