shadow_color property

shadow_color property

Gets or sets the color of the shadow.

Definition:

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

See Also