This property sets the color for the background of the cells in the Thumbnail Control.

[Visual Basic] Public Property CellBackgroundColor As System.Windows.Media.Color
[C#] public System.Windows.Media.Color CellBackgroundColor {get; set;}

Property Value

A value of type System.Windows.Media.Color
The default value is Colors.Black.

Explanation

The CellBackgroundColor property sets the color for the background of the cells in the Thumbnail Control. To set color, please use the appropriate RGB(Red, Green, Blue) value. This property is enabled when the CellBackgroundColorEnable property is True.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation