distance property

distance property

Gets and sets the distance of the shadow. Range from 0 to 200 points.

Definition:

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

See Also