UIKit.UILineBreakMode Enumeration
An enumeration of values used to specify line break mode.

Syntax

[ObjCRuntime.Native]
public enum UILineBreakMode

Remarks

Members

Member NameDescription
CharacterWrapWraps at the first character that doesn't fit.
ClipThat which does not fit is not rendered.
HeadTruncationThe end of the text is shown, the head is truncated to an ellipse.
MiddleTruncationThe start and end of the text is shown, with an ellipse in the middle.
TailTruncationThe start of the text is shown, the rest is indicated with an ellipse.
WordWrapWraps at the first word that does not fit.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0