'宣言 Public Enum TextDecoration Inherits System.Enum
public enum TextDecoration : System.Enum
'宣言 Public Enum TextDecoration Inherits System.Enum
public enum TextDecoration : System.Enum
| メンバ | 解説 | 
|---|---|
| Default | No changes to font style. | 
| NoStrikeout | Disables the Strikeout effect. | 
| NoUnderline | Disables the Underline effect. | 
| Strikeout | Enables the Strikeout effect. | 
| Underline | Enables the Underline effect. | 
System.Object
   System.ValueType
      System.Enum
         C1.Framework.TextDecoration