NSTextContainer.ExclusionPaths Property

Definition

An array of UIBezierPaths from which text will be excluded.

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

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

Exclusion paths are defined in the NSTextContainer's coordinate system (see ConvertRectFromView(CGRect, UIView)).

Applies to