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)) 。

适用于