NSMutableAttributedString.RemoveAttribute(String, NSRange) Method

Definition

Removes the specified attribute from the range of characters

[Foundation.Export("removeAttribute:range:")]
public virtual void RemoveAttribute (string name, Foundation.NSRange range);
abstract member RemoveAttribute : string * Foundation.NSRange -> unit
override this.RemoveAttribute : string * Foundation.NSRange -> unit

Parameters

name
String

Name of the attribute to remove.

range
NSRange

Range where the attribute will be removed.

Attributes

Applies to