Skip to content

TTMSFMXNativeUILabel

Usage

The TMSFMXNativeUILabel class implements a read-only text view. You can use this class to draw one or multiple lines of static text, such as those you might use to identify other parts of your user interface.

Published Properties

Property name Description
Alignment The text alignment of the label.
Color The background color of the label.
Font Specifies the font name and size of the Label.
LineBreakMode The technique to use for wrapping and truncating the Label’s text.
NumberOfLines The number of lines that are allowed to be displayed inside the Label. The default value is 1. For Linbreak to work, NumberOfLines need to be larger than 1.
TextColor The color of the text.
Visible Shows / hides the Label.

Public Properties

Property name Description
Lbl Returns a reference to the native iOS UILabel.