shape_color property

shape_color property

Definition:

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

See Also