UIKit.NSLayoutManager: Property Members

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

Public Properties

AllowsNonContiguousLayoutbool. Whether layout can be done for a portion of the document without laying-out being recalculated from the beginning.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateINSLayoutManagerDelegate. An instance of the UIKit.NSLayoutManagerDelegate model class which acts as the class delegate.
[read-only]
ExtraLineFragmentRectCoreGraphics.CGRect. The System.Drawing.RectangleF needed for the insertion point.
[read-only]
ExtraLineFragmentTextContainerNSTextContainer. The UIKit.NSTextContainer containing the NSLayoutManager.ExtraLineFragmentRect.
[read-only]
ExtraLineFragmentUsedRectCoreGraphics.CGRect. The rectangle enclosing the insertion point.
[read-only]
FirstUnlaidCharacterIndexnuint. The index of the first character that has not been laid out.
[read-only]
FirstUnlaidGlyphIndexnuint. The index of the first glyph that has not been laid out.
[read-only]
HasNonContiguousLayoutbool. Whether the UIKit.NSLayoutManager currently contains any areas of noncontiguous layout.
HyphenationFactornfloat. The hyphenation threshold.
[read-only]
NumberOfGlyphsnuint. The number of glyphs in the UIKit.NSLayoutManager.
ShowsControlCharactersbool. Specifies whether control characters should be shown or not.
ShowsInvisibleCharactersbool. Specifies whether normally-invisible characters such as whitespace should have visible glyphs.
[read-only]
TextContainersNSTextContainer[]. An array of UIKit.NSTextContainers that model the geometric layout of a document.
TextStorageNSTextStorage. The UIKit.NSTextStorage that holds the styled text to be laid out.
UsesFontLeadingbool. Whether the UIKit.NSLayoutManager should use the leading provided in the font.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type