TextAttributeExtensions 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 TextAttributeExtensions abstract sealed
public static class TextAttributeExtensions
type TextAttributeExtensions = class
Public Module TextAttributeExtensions
Inheritance
Fields
Methods
GetBackgroundColor(ITextAttributes)
GetBold(ITextAttributes)
GetFontName(ITextAttributes)
GetFontSize(ITextAttributes, Nullable<Single>)
GetForegroundColor(ITextAttributes)
GetItalic(ITextAttributes)
GetMarker(ITextAttributes)
GetStrikethrough(ITextAttributes)
GetSubscript(ITextAttributes)
GetSuperscript(ITextAttributes)
GetUnderline(ITextAttributes)
GetUnorderedList(ITextAttributes)
SetBackgroundColor(Dictionary<TextAttribute,String>, String)
SetBold(Dictionary<TextAttribute,String>, Boolean)
SetFontName(Dictionary<TextAttribute,String>, String)
SetFontSize(Dictionary<TextAttribute,String>, Single)
SetForegroundColor(Dictionary<TextAttribute,String>, String)
SetItalic(Dictionary<TextAttribute,String>, Boolean)
SetMarker(Dictionary<TextAttribute,String>, MarkerType)
SetStrikethrough(Dictionary<TextAttribute,String>, Boolean)
SetSubscript(Dictionary<TextAttribute,String>, Boolean)
SetSuperscript(Dictionary<TextAttribute,String>, Boolean)
SetUnderline(Dictionary<TextAttribute,String>, Boolean)
SetUnorderedList(Dictionary<TextAttribute,String>, Boolean)
Union(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>)
Applies to