distance property

distance property

Distance of the shadow from the object, in points. Default value – 0 pt. Read/write float.

Definition:

@property
def distance(self):
    ...

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

See Also