This property sets the color of the thumbnail cell when the thumbnail image is not selected (default color).

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

Property Value

The color of the thumbnail cell (default color)

The default value is Color.Gainsboro.

Explanation

The ForeColorUp property sets the color of the thumbnail cell when the thumbnail image is not selected (default color). To set the color, please use am RGB(Red, Green, Blue) value. This property is enabled when the Style property is set to Button or Film.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation