bounds property

bounds property

Returns or specifies bounds for this gradient brushes.

Definition:

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

See Also