The properties of UIKit.NSLayoutManager are listed below. For a list of all members, see the NSLayoutManager Members list.
See Also: Inherited members from Foundation.NSObject
| AllowsNonContiguousLayout | bool. Whether layout can be done for a portion of the document without laying-out being recalculated from the beginning. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Delegate | INSLayoutManagerDelegate. An instance of the UIKit.NSLayoutManagerDelegate model class which acts as the class delegate. | |
| [read-only] | ExtraLineFragmentRect | CoreGraphics.CGRect. The System.Drawing.RectangleF needed for the insertion point. |
| [read-only] | ExtraLineFragmentTextContainer | NSTextContainer. The UIKit.NSTextContainer containing the NSLayoutManager.ExtraLineFragmentRect. |
| [read-only] | ExtraLineFragmentUsedRect | CoreGraphics.CGRect. The rectangle enclosing the insertion point. |
| [read-only] | FirstUnlaidCharacterIndex | nuint. The index of the first character that has not been laid out. |
| [read-only] | FirstUnlaidGlyphIndex | nuint. The index of the first glyph that has not been laid out. |
| [read-only] | HasNonContiguousLayout | bool. Whether the UIKit.NSLayoutManager currently contains any areas of noncontiguous layout. |
| HyphenationFactor | nfloat. The hyphenation threshold. | |
| [read-only] | NumberOfGlyphs | nuint. The number of glyphs in the UIKit.NSLayoutManager. |
| ShowsControlCharacters | bool. Specifies whether control characters should be shown or not. | |
| ShowsInvisibleCharacters | bool. Specifies whether normally-invisible characters such as whitespace should have visible glyphs. | |
| [read-only] | TextContainers | NSTextContainer[]. An array of UIKit.NSTextContainers that model the geometric layout of a document. |
| TextStorage | NSTextStorage. The UIKit.NSTextStorage that holds the styled text to be laid out. | |
| UsesFontLeading | bool. Whether the UIKit.NSLayoutManager should use the leading provided in the font. | |
| WeakDelegate | Foundation.NSObject. An object that can respond to the delegate protocol for this type |