CalendarView for WinForms
DotPattern プロパティ

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

The Pen create by this pattern is not same as DashPen which DashStyle is DashStyle.Dot. the PatternPen would always draw solid one 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 メンバ