NSLayoutManagerDelegate.ShouldBreakLineByHyphenatingBeforeCharacter Method

Definition

Whether a line should break with a hyphen at the specified point. Called frequently.

[Foundation.Export("layoutManager:shouldBreakLineByHyphenatingBeforeCharacterAtIndex:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldBreakLineByHyphenatingBeforeCharacter (UIKit.NSLayoutManager layoutManager, nuint charIndex);
abstract member ShouldBreakLineByHyphenatingBeforeCharacter : UIKit.NSLayoutManager * nuint -> bool
override this.ShouldBreakLineByHyphenatingBeforeCharacter : UIKit.NSLayoutManager * nuint -> bool

Parameters

layoutManager
NSLayoutManager
charIndex
System.System.UIntPtr System.unativeint

Returns

Attributes

Applies to