direction property

direction property

Gets and sets the direction of the alpha gradient ramp relative to the shape itself.

Definition:

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

See Also