FlexReport for WinForms
DashStyle 列挙体


C1.Document アセンブリ > C1.Document 名前空間 : DashStyle 列挙体
Defines the dash style of a line.
シンタックス
'宣言
 
Public Enum DashStyle 
   Inherits System.Enum
'使用法
 
Dim instance As DashStyle
public enum DashStyle : System.Enum 
メンバ
メンバ解説
Dash
Dashed line.
DashDot
Dash-dot line.
DashDotDot
Dash-dot-dot line.
Dot
Dotted line.
None
No line.
Solid
Solid line.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Document.DashStyle

参照

参照

C1.Document 名前空間