UITextView.LayoutManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.