Label¶
A text label for annotating forms or interfaces.
Usage¶
import toga
label = toga.Label("Hello world")
Notes¶
Winforms does not support an alignment value of
JUSTIFIED. If this alignment value is used, the label will default to left alignment.




