radius_x property

radius_x property

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

Definition:

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

See Also