angle property

angle property

The rotation angle in degrees for the ellipse’s x-axis relative to the x-axis of the user coordinate system.

Definition:

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

See Also