NSLayoutManager.TextContainers 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 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.