次の方法で共有


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

戻り値

属性

適用対象