shadow_color_string property

shadow_color_string property

Gets or sets the string representation of the shadow color.

Definition:

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

See Also