shadow_softness property

shadow_softness property

Gets or sets the shadow softness.

Definition:

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

See Also