DioDocs for PDF
DashStyle 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : DashStyle 列挙体
Specifies the style of dashed lines drawn with a Pen object.
シンタックス
'宣言
 
Public Enum DashStyle 
   Inherits System.Enum
public enum DashStyle : System.Enum 
メンバ
メンバ解説
CustomSpecifies a user-defined custom dash style.
DashSpecifies a line consisting of dashes.
DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
DashDotDotSpecifies a line consisting of a repeating pattern of dash-dot-dot.
DotSpecifies a line consisting of dots.
SolidSpecifies a solid line.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Drawing.DashStyle

参照

GrapeCity.Documents.Drawing 名前空間