This property sets the color of the thumbnail image cell when the image is selected.

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

Property Value

The color of the thumbnail cell

The default value is Color.Gray.

Explanation

The ForeColorDown property sets the color of the thumbnail image cell when the image is selected. To set the color, please use an 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