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

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

Property Value

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

Explanation

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

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation