shadow_color property

shadow_color property

Color of the shadow. Default fully-transparent black.

Definition:

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

See Also