GrapeCity ActiveReports for .NET 14.0J
ImageLineStyle 列挙体

GrapeCity.ActiveReports.Export.Excel アセンブリ > GrapeCity.SpreadBuilder.Imaging 名前空間 : ImageLineStyle 列挙体
画像に接する線のスタイルを指定します。ImageInfo.LineStyleで使用します。
シンタックス
'宣言
 
Public Enum ImageLineStyle 
   Inherits System.Enum
public enum ImageLineStyle : System.Enum 
メンバ
メンバ解説
DarkGrayシステム定義色。
Dash破線。
DashDot一点鎖線。
DashDotDot二点鎖線。
Dot点線
LightGrayシステム定義色。
MediumGrayシステム定義色。
Nullなし。
Solid実線。
継承階層

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

参照

GrapeCity.SpreadBuilder.Imaging 名前空間
ImageInfo Structure