caption_visible property

caption_visible property

Returns or sets whether the header that displays the slicer Caption is visible the default value is true

Example


slicer.caption_visible = True

Definition:

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

See Also