NSLayoutManagerDelegate
NSLayoutManagerDelegate()
NSLayoutManagerDelegate(IntPtr)
NSLayoutManagerDelegate(NativeHandle)
NSLayoutManagerDelegate(NSObjectFlag)
BoundingBoxForControlGlyph(NSLayoutManager, nuint, NSTextContainer, CGRect, CGPoint, nuint)
DidChangeGeometry(NSLayoutManager, NSTextContainer, CGSize)
DidCompleteLayout(NSLayoutManager, NSTextContainer, Boolean)
DidInvalidatedLayout(NSLayoutManager)
GetBoundingBox(NSLayoutManager, nuint, NSTextContainer, CGRect, CGPoint, nuint)
GetLineSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingAfterGlyph(NSLayoutManager, nuint, CGRect)
GetParagraphSpacingBeforeGlyph(NSLayoutManager, nuint, CGRect)
LineSpacingAfterGlyphAtIndex(NSLayoutManager, nuint, CGRect)
ParagraphSpacingAfterGlyphAtIndex(NSLayoutManager, nuint, CGRect)
ParagraphSpacingBeforeGlyphAtIndex(NSLayoutManager, nuint, CGRect)
ShouldBreakLineByHyphenatingBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByHyphenatingBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByWordBeforeCharacter(NSLayoutManager, nuint)
ShouldBreakLineByWordBeforeCharacter(NSLayoutManager, nuint)
ShouldGenerateGlyphs(NSLayoutManager, nint, nint, nint, UIFont, NSRange)
ShouldSetLineFragmentRect(NSLayoutManager, CGRect, CGRect, nfloat, NSTextContainer, NSRange)
ShouldSetLineFragmentRect(NSLayoutManager, CGRect, CGRect, NFloat, NSTextContainer, NSRange)
ShouldUseAction(NSLayoutManager, NSControlCharacterAction, nuint)
ShouldUseAction(NSLayoutManager, NSControlCharacterAction, nuint)
xamarinios
namespace UIKit
{
[Introduced(PlatformName.iOS, 7, 0, PlatformArchitecture.All, null)]
[Model]
[Protocol]
[Register("NSLayoutManagerDelegate", false)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class NSLayoutManagerDelegate : NSObject, INativeObject, IDisposable, INSLayoutManagerDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("layoutManager:textContainer:didChangeGeometryFromSize:")]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
public virtual void DidChangeGeometry(NSLayoutManager! layoutManager, NSTextContainer! textContainer, CGSize oldSize);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API