CalendarView for WinForms
DashStyle 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 : DashStyle 列挙体
Represents the line style of the standard pen.
シンタックス
'宣言
 
Public Enum DashStyle 
   Inherits System.Enum
public enum DashStyle : System.Enum 
メンバ
メンバ解説
DashSpecifies a line consisting of dashes.
DashDotSpecifies a line consisting of a repeating pattern of dash-dot.
DashDotDotThe pen has alternating dashes and double dots. This style is valid only when the pen width is one or less in device units.
DotSpecifies a line consisting of dots.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Framework.Drawing.Gdi.DashStyle

参照

C1.Framework.Drawing.Gdi 名前空間