rect property

rect property

Gets or sets the rectangular region that defines the starting and ending points of the gradient.

Definition:

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

See Also