Label - xkp/Doc GitHub Wiki
Overview
A label represents a text on screen.
Properties
font: The font to be used, follows the CSS specification.
caption: The text to be displayed
Usage
<label id="my_label" font="Verdana" caption="Hello, world"/>
A label represents a text on screen.
font: The font to be used, follows the CSS specification.
caption: The text to be displayed
<label id="my_label" font="Verdana" caption="Hello, world"/>