UITextView.LayoutManager Property

Definition

An NSLayoutManager to control the layout of the text.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.NSLayoutManager LayoutManager { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("layoutManager", ObjCRuntime.ArgumentSemantic.Copy)] get; }
member this.LayoutManager : UIKit.NSLayoutManager

Property Value

By default, AllowsNonContiguousLayout is true.

Attributes

Remarks

The default NSLayoutManager for a UITextView allows non-contiguous layout, which can be confusing, as the default value for AllowsNonContiguousLayout is false.

Applies to