Copyright © 2021 by K4.org
  (v.0.48.124)

A label is a graphical control used to display text. Because a label is a graphical control, the user cannot edit the text directly.

Index

Rules

controlType

controlType: String

Internal Use Only.

Flags : Cached (Note this is uncached)

Expression : "Label"

text

text: String

Text entered here will be displayed as the UILabel in the User Interface.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : ""

example

"Total Cost: $"+ R.rootModel.TotalExcel

textAlignment

textAlignment: String

One of 'left', 'right', or 'center'. Alignment position of the UILabel text.

Flags : Cached, Parameter, Spec (Note this is uncached)

Expression : "left"

example

"left"