Skip to main content

StaticText

Displays static text, i.e., the text given in label.

KeyTypeDescriptionRequiredDefaultMin Version
labelstringDisplayed text*
alignmentstringText alignmentLeft
selectablebooleanAllow selecting/copying textfalse
alignmentDescription
LeftLeft
CenterCenter
RightRight
NaturalNatural
JustifiedJustified

This component does not support icon/height, and currently does not support customizing font or size.

Example

{
cell = "Group";
label = "Static text";
};
{
cell = "StaticText";
label = "This is a static text";
};
{
cell = "StaticText";
label = "This static text is selectable";
selectable = true;
};

XUI-StaticText.png