NSLayoutManagerDelegate_Extensions.ShouldBreakLineByWordBeforeCharacter 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.
Whether a line should have a soft line break. Called frequently.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldBreakLineByWordBeforeCharacter(this AppKit.INSLayoutManagerDelegate This, AppKit.NSLayoutManager layoutManager, UIntPtr characterIndex);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldBreakLineByWordBeforeCharacter : AppKit.INSLayoutManagerDelegate * AppKit.NSLayoutManager * unativeint -> bool
Parameters
- layoutManager
- NSLayoutManager
- characterIndex
-
UIntPtr
unativeint
Returns
- Attributes