gradient_direction property

gradient_direction property

Returns or sets the style of a gradient. Read/write GradientDirection.

Definition:

@property
def gradient_direction(self):
    ...

@gradient_direction.setter
def gradient_direction(self, value):
    ...

See Also