This property sets the color for the background of a selected cell in the Thumbnail Control.

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

Property Value

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

Explanation

The CellSelectedBackgroundColor property sets the color for the background of a selected cell in the Thumbnail Control. To set color, please use the appropriate RGB(Red, Green, Blue) value. This color will be displayed in the background of the cell when that cell is selected.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation