angle property

angle property

Gets or sets the angle, measured in degrees clockwise from the x-axis, of the gradient’s orientation line.

Definition:

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

See Also