<div class="meta" robots="noindex">

</div>

Enumeration

# Xojo.iOSLineBreakMode

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2020r2. Please use `MobileLabel.LineBreakModes<mobilelabel.linebreakmodes>` as a replacement.

</div>

## Description

Specifies how `MobileLabel</api/user_interface/mobile/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</api/user_interface/mobile/mobilelabel>` class
