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

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

Property Value

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

Explanation

The BackgroundColor property sets the color for the background of the Thumbnail Control. To set color, please use the appropriate RGB(Red, Green, Blue) value.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation