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

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

Property Value

BorderColor is the color for the border of the Thumbnail Control. The default value is Color.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 enable when the Appearance property is Flat and the BorderVisible property is True.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation