Ribbon for WinForms
TextDecoration 列挙体

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 : TextDecoration 列挙体
Enables or disables the text font decorations, such as Underline or Strikeout.
シンタックス
'宣言
 
Public Enum TextDecoration 
   Inherits System.Enum
public enum TextDecoration : System.Enum 
メンバ
メンバ解説
DefaultNo changes to font style.
NoStrikeoutDisables the Strikeout effect.
NoUnderlineDisables the Underline effect.
StrikeoutEnables the Strikeout effect.
UnderlineEnables the Underline effect.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.TextDecoration

参照

C1.Framework 名前空間