Label displays text and/or an image.
Slots
- bgSource
-
native Color? bgBackground color. Defaults to null (system default).
- fgSource
-
native Color? fgForeground color. Defaults to null (system default).
- fontSource
-
native Font? fontFont for text. Defaults to null (system default).
- halignSource
-
native Halign halignHorizontal alignment. Defaults to left.
- imageSource
-
native Image? imageImage to display on label. Defaults to null.
- textSource
-
native Str textText of the label. Defaults to "".