Reference for the Mosaic class Flat::Label
Label widget with a flat design. The simple widget is used to place some text.
property Views::TextAlignment Alignment = Views::TextAlignment[AlignHorzLeft, AlignVertCenter];
The property 'Alignment' defines the position of the text within the bounds area of the component.
property string String = "Label";
The property 'String' stores the text to display within the item.
property color TextColor = Flat::ColorOfTheme;
The property 'TextColor' defines the color of the widgets text members. The property is used to assign a color independent from the current theme color.