shadow_offset_x property

shadow_offset_x property

Horizontal distance the shadow will be offset. Default 0.

Definition:

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

See Also