[Visual Basic] Public Property CellBackgroundColorEnable As Boolean
[C#] public bool CellBackgroundColorEnable {get; set;}
プロパティ値
true : 背景色をつける
false: 背景色をつけない
既定値は false です。
解説
当プロパティを True に設定すると、CellBackgroundColor
プロパティで設定した色で各セルの背景色をつけます。
False の場合は、各セルの背景色は BackgroundColor
プロパティで設定した色となります。
参照
Thumbnail メンバ | Newtone.ImageKit.WPF.Thumbnail