NSLayoutManager.TextContainers Property

Definition

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

public virtual UIKit.NSTextContainer[] TextContainers { [Foundation.Export("textContainers")] get; }
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