CalendarView for WinForms
DashDotPattern プロパティ

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

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

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

参照

PatternPen クラス
PatternPen メンバ