CalendarView for WinForms
Pattern プロパティ (PatternBrush)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > PatternBrush クラス : Pattern プロパティ
Gets or sets the pattern mask.
シンタックス
'宣言
 
Public Property Pattern As System.Byte(,)
public System.byte[,] Pattern {get; set;}

プロパティ値

A int array that indicates the pattern. Each bit represents a pixel. 0 - indicates to fill the pixel with foreground color. 1 - indicates to fill the pixel with background color.
解説
If the Pattern is null or empty, all pixel will be filled with background color.
参照

PatternBrush クラス
PatternBrush メンバ