title property

title property

Specifies the title of the current Slicer object.

Example


slicer.title = "slicer title"

Definition:

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

See Also