radius_y property

radius_y property

Returns/sets the radius in the y dimension of the ellipse which defines the radial gradient.

Definition:

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

See Also