TextAttributesExtensions Class
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.
public ref class TextAttributesExtensions abstract sealed
public static class TextAttributesExtensions
type TextAttributesExtensions = class
Public Module TextAttributesExtensions
Inheritance
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