次の方法で共有


NSTextContainer.ExclusionPaths プロパティ

定義

テキストの UIBezierPath除外元となる の配列。

public virtual UIKit.UIBezierPath[] ExclusionPaths { [Foundation.Export("exclusionPaths", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExclusionPaths:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.ExclusionPaths : UIKit.UIBezierPath[] with get, set

プロパティ値

(このノードのその他のドキュメントが公開されます)

この値は、null の場合もあります。

属性

注釈

除外パスは、 のNSTextContainer座標系で定義されます (「」を参照)。ConvertRectFromView(CGRect, UIView)

適用対象