Label
Label shows the text information.
- Label
Properties
Property | Description |
---|---|
Text | Text to be displayed. |
Font Color | Font color of the displayed text. |
Background Color | Background color. |
Font | Font to be used. |
Lua Script Example
local cur_version = "220735"
lbl_svn_ver.Text = nx_widestr("SVN_Version:")..nx_widestr(cur_version)
lbl_svn_ver.ForeColor = "255,140,91,84"