Share via


NSLayoutManager.TextContainers Property

Definition

An array of NSTextContainers that model the geometric layout of a document.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.NSTextContainer[] TextContainers { [Foundation.Export("textContainers")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("textContainers")>]
member this.TextContainers : UIKit.NSTextContainer[]

Property Value

Attributes

Remarks

The NSLayoutManager lays out the text in its TextStorage property in the NSTextContainers of this property, starting with the NSTextContainer at index 0.

Applies to