shadow_color property

shadow_color property

Gets or sets the shadow’s color.

Definition:

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

See Also