text property

text property

Gets or sets the text of display unit label.

Definition:

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

See Also