GrapeCity ActiveReports for .NET 14.0J
ImageLineWeight 列挙体

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Imaging 名前空間 : ImageLineWeight 列挙体
画像に接する線の太さを指定します。ImageInfo.LineWeightで使用します。
シンタックス
'宣言
 
Public Enum ImageLineWeight 
   Inherits System.Enum
public enum ImageLineWeight : System.Enum 
メンバ
メンバ解説
Double太線。
Hairline極細線。
Single細線。
Thick極太線。
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.ImageLineWeight

参照

GrapeCity.SpreadBuilder.Imaging 名前空間
ImageInfo Structure