grow property

grow property

Determines whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not. Read/write bool.

Definition:

@property
def grow(self):
    ...

@grow.setter
def grow(self, value):
    ...

See Also