NSMutableAttributedString.RemoveAttribute(String, NSRange) Method
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.
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