[]
        
Defines constants that specify the decorations applied to text.
[Flags]
public enum TextDecorations
  <Flags>
Public Enum TextDecorations
  | Name | Description | 
|---|---|
| DoubleUnderline | Double underline is applied to the text.  | 
      
| None | No text decorations are applied.  | 
      
| Strikethrough | Strikethrough is applied to the text.  | 
      
| Underline | Underline is applied to the text.  |