Skip to main content

Label

Label shows the text information.

  • Label

label

Properties

PropertyDescription
TextText to be displayed.
Font ColorFont color of the displayed text.
Background ColorBackground color.
FontFont 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"