TextAttributesExtensions Class

Definition

public ref class TextAttributesExtensions abstract sealed
public static class TextAttributesExtensions
type TextAttributesExtensions = class
Public Module TextAttributesExtensions
Inheritance
TextAttributesExtensions

Methods

GetAttribute(ITextAttributes, TextAttribute, String)
GetBoolAttribute(ITextAttributes, TextAttribute, Boolean)
GetEnumAttribute<T>(ITextAttributes, TextAttribute, T)
GetFloatAttribute(ITextAttributes, TextAttribute, Single)
GetIntAttribute(ITextAttributes, TextAttribute, Int32)
RemoveAttribute(Dictionary<TextAttribute,String>, TextAttribute)
SetAttribute(Dictionary<TextAttribute,String>, TextAttribute, String)
SetBoolAttribute(Dictionary<TextAttribute,String>, TextAttribute, Boolean, Boolean)
SetEnumAttribute<T>(Dictionary<TextAttribute,String>, TextAttribute, T, T)
SetFloatAttribute(Dictionary<TextAttribute,String>, TextAttribute, Single, Single)
SetIntAttribute(Dictionary<TextAttribute,String>, TextAttribute, Int32, Int32)

Applies to