GrapeCity ActiveReports for .NET 16.0J
FontDecoration 列挙体

GrapeCity.ActiveReports.Drawing 名前空間 : FontDecoration 列挙体
フォントの装飾を表します。
シンタックス
'宣言
 
Public Enum FontDecoration 
   Inherits System.Enum
public enum FontDecoration : System.Enum 
メンバ
メンバ解説
DoubleUnderlineテキストの下に二重線を表示します。
Linethroughテキストを通過する線を表します。
None通常のテキストを表します。
Overlineテキストの上にある線を表します。
Underlineテキストの下にある線を表します。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Drawing.FontDecoration

参照

GrapeCity.ActiveReports.Drawing 名前空間