visible property

Fill.visible property

Gets or sets value that is True if the formatting applied to this instance, is visible.

@property
def visible(self) -> bool:
    ...

@visible.setter
def visible(self, value: bool):
    ...

See Also