An enumeration of values used to specify line break mode.
Syntax
[ObjCRuntime.Native]
public enum UILineBreakMode
Remarks
Members
| Member Name | Description |
|---|
| CharacterWrap | Wraps at the first character that doesn't fit. |
| Clip | That which does not fit is not rendered. |
| HeadTruncation | The end of the text is shown, the head is truncated to an ellipse. |
| MiddleTruncation | The start and end of the text is shown, with an ellipse in the middle. |
| TailTruncation | The start of the text is shown, the rest is indicated with an ellipse. |
| WordWrap | Wraps at the first word that does not fit. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0