NSLayoutManagerDelegate_Extensions.ShouldBreakLineByHyphenatingBeforeCharacter 方法

定义

行是否应在指定点处使用连字符进行中断。 经常调用。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldBreakLineByHyphenatingBeforeCharacter (this UIKit.INSLayoutManagerDelegate This, UIKit.NSLayoutManager layoutManager, nuint charIndex);
static member ShouldBreakLineByHyphenatingBeforeCharacter : UIKit.INSLayoutManagerDelegate * UIKit.NSLayoutManager * nuint -> bool

参数

This
INSLayoutManagerDelegate

此扩展方法在其上运行的实例。

layoutManager
NSLayoutManager
charIndex
System.System.UIntPtr System.unativeint

返回

属性

适用于