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

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

Property Value

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

Explanation

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

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation