INSTextLayoutManagerDelegate.ShouldBreakLineBeforeLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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