blur property

blur property

Gets and sets the blur radius,in unit of points.

Definition:

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

See Also