This property sets whether cells or not background color set in the CellBackgroundColor property in displayed in the cells of the Thumbnail control.

[Visual Basic] Public Property CellBackgroundColorEnable As Boolean
[C#] public bool CellBackgroundColorEnable {get; set;}

Property Value

Value Explanation
True The cells of the Thumbnail control will use the background color set by this property.
False The cells of the Thumbnail control will use the background color set by the BackgroundColor property. (Default value)

Explanation

The CellBackgroundColorEnable property sets whether cells or not background color set in the CellBackgroundColor property in displayed in the cells of the Thumbnail control.

When this property is false, the background color of the cells will be the same color as the background of the Thumbnail control as determined by the BackgroundColor property. When this property is True, the background color of the cells will be determined by the CellBackgroundColor property.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation