CalendarView for WinForms
DashPattern プロパティ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > PatternPen クラス : DashPattern プロパティ
Get a int[] indicate the pattern of DashStyle.Dash
シンタックス
'宣言
 
Public Shared ReadOnly Property DashPattern As System.Integer()
public static System.int[] DashPattern {get;}
解説

The Pen create by this pattern is not same as DashPen which DashStyle is DashStyle.Dash. the PatternPen would always draw solid three pixel and one pixel space.

Using this style to paint a rectangle, polygon, polyline, it will be lost some pixels at each the corner.

参照

PatternPen クラス
PatternPen メンバ