center property

center property

Returns/sets the center point of the radial gradient (that is, the center of the ellipse).

Definition:

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

See Also