distance property

distance property

Gets and sets how far to distance the shadow,in unit of points.

Definition:

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

See Also