shape_color property

shape_color property

Gets or sets the shape color. If not set, then the FontColor color is used.

Definition:

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

See Also