Xojo.iOSLineBreakMode
From Xojo Documentation
![]() |
This item was deprecated in version 2020r2. Please use MobileLabel.LineBreakModes as a replacement. |
Enumeration
Specifies how iOSLabel 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. |
See Also
iOSLabel class