Share via


INSTextLayoutManagerDelegate.ShouldBreakLineBeforeLocation Method

Definition

[Foundation.Export("textLayoutManager:shouldBreakLineBeforeLocation:hyphenating:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBreakLineBeforeLocation(AppKit.NSTextLayoutManager textLayoutManager, AppKit.INSTextLocation location, bool hyphenating);
[<Foundation.Export("textLayoutManager:shouldBreakLineBeforeLocation:hyphenating:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBreakLineBeforeLocation : AppKit.NSTextLayoutManager * AppKit.INSTextLocation * bool -> bool
override this.ShouldBreakLineBeforeLocation : AppKit.NSTextLayoutManager * AppKit.INSTextLocation * bool -> bool

Parameters

textLayoutManager
NSTextLayoutManager
location
INSTextLocation
hyphenating
Boolean

Returns

Attributes

Applies to