Share via


NSTextLayoutManager.AddRenderingAttribute Method

Definition

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

Parameters

renderingAttribute
String
value
NSObject
textRange
NSTextRange
Attributes

Applies to