NSTextContainer.ExclusionPaths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)).