is_filled property

is_filled property

Indicates whether the fill format is visible.

Example


if shape.is_filled == False:
    shape.is_filled = True

Definition:

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

See Also