Share via


NSTextContainer.ExclusionPaths Property

Definition

An array of NSBezierPaths from which text will be excluded.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSBezierPath[] ExclusionPaths { [Foundation.Export("exclusionPaths", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setExclusionPaths:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("exclusionPaths", ObjCRuntime.ArgumentSemantic.Copy)>]
[<set: Foundation.Export("setExclusionPaths:", ObjCRuntime.ArgumentSemantic.Copy)>]
member this.ExclusionPaths : AppKit.NSBezierPath[] 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, NSView)).

Applies to