shadow property

shadow property

Definition:

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

See Also