UIKit.NSLayoutManagerDelegate_Extensions Members

The members of UIKit.NSLayoutManagerDelegate_Extensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
BoundingBoxForControlGlyph(this INSLayoutManagerDelegate, NSLayoutManager, NSTextContainer, nuint, CoreGraphics.CGRect, CoreGraphics.CGPoint, nuint) : CoreGraphics.CGRect
The RectangleF bounding the specified control glyph.
static
DidChangeGeometry(this INSLayoutManagerDelegate, NSLayoutManager, NSTextContainer, CoreGraphics.CGSize)
Documentation for this section has not yet been entered.
static
DidCompleteLayout(this INSLayoutManagerDelegate, NSLayoutManager, NSTextContainer, bool)
Indicates that layout has completed.
static
DidInvalidatedLayout(this INSLayoutManagerDelegate, NSLayoutManager)
Indicates that the NSLayoutManager has invalidated layout information (not glyph information).
static
LineSpacingAfterGlyphAtIndex(this INSLayoutManagerDelegate, NSLayoutManager, nuint, CoreGraphics.CGRect) : nfloat
The line spacing after the line ending with the specified glyph index.
static
ParagraphSpacingAfterGlyphAtIndex(this INSLayoutManagerDelegate, NSLayoutManager, nuint, CoreGraphics.CGRect) : nfloat
The paragraph spacing after the line ending with the specified glyph index.
static
ParagraphSpacingBeforeGlyphAtIndex(this INSLayoutManagerDelegate, NSLayoutManager, nuint, CoreGraphics.CGRect) : nfloat
The paragraph spacing before the line starting with the specified glyph index.
static
ShouldBreakLineByHyphenatingBeforeCharacter(this INSLayoutManagerDelegate, NSLayoutManager, nuint) : bool
Whether a line should break with a hyphen at the specified point. Called frequently.
static
ShouldBreakLineByWordBeforeCharacter(this INSLayoutManagerDelegate, NSLayoutManager, nuint) : bool
Whether a line should have a soft line break. Called frequently.
static
ShouldGenerateGlyphs(this INSLayoutManagerDelegate, NSLayoutManager, IntPtr, IntPtr, IntPtr, UIFont, Foundation.NSRange) : nuint
When overridden, allows the app developer to customize the initial glyph generation process.
static
ShouldUseAction(this INSLayoutManagerDelegate, NSLayoutManager, NSControlCharacterAction, nuint) : NSControlCharacterAction
The control character action for the control character at the specified index.