is_shape_color property

is_shape_color property

Gets and set the color which should apply to cell or shape.

Remarks

The expression of the color of the cell and the shape is different. For example: the theme color with same tint value will be not same in the cell and the shape.

Definition:

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

See Also