clip property

clip property

See the clip property definition in CSS2.

Definition:

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

See Also