Share via


NSTextLayoutManager.RemoveRenderingAttribute(String, NSTextRange) Method

Definition

[Foundation.Export("removeRenderingAttribute:forTextRange:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void RemoveRenderingAttribute(string renderingAttribute, AppKit.NSTextRange textRange);
[<Foundation.Export("removeRenderingAttribute:forTextRange:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RemoveRenderingAttribute : string * AppKit.NSTextRange -> unit
override this.RemoveRenderingAttribute : string * AppKit.NSTextRange -> unit

Parameters

renderingAttribute
String
textRange
NSTextRange
Attributes

Applies to