Enumeration
Xojo.iOSLineBreakMode
Warning
This item was deprecated in version 2020r2. Please use MobileLabel.LineBreakModes as a replacement.
Description
Specifies how MobileLabel text contents break or wrap when the text is too long to fit.
Values
Enum |
Description |
---|---|
BreakByWordWrapping |
Text breaks by word. |
BreakByCharWrapping |
Text breaks on a single character, possibly breaking in the middle of a word. |
BreakByClipping |
The text is clipped at the end, perhaps in mid-character. |
BreakByTruncatingHead |
When the entire text cannot fit, text at the beginning is truncated and replaced with ellipses. |
BreakByTruncatingTail |
When the entire text cannot fit, text at the end is truncated and replaced with ellipses. |
BreakByTruncatingMiddle |
When the entire text cannot fit, text in the middle is truncated and replaced with ellipses. |
Compatibility
All project types on all supported operating systems.
See also
MobileLabel class