visible property

visible property

Get and set visibility of Stamp Line.

Definition:

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

See Also