This property sets a background image displayed on the display area of the thumbnail image when the thumbnail has not been clicked.

[Visual Basic] Public Property PictureUp As System.Drawing.Image
[C#] public System.Drawing.Image PictureDown {get; set;}

Property Value

The background image displayed on the thumbnail image when the thumbnail hasn't been clicked

The default value is null (in Visual Basic, Nothing)

Explanation

The PictureUp property sets a background image displayed on the the display area of the thumbnail image (the black portions of the display area) when the thumbnail hasn't been clicked. This property could be used to create the effect of window blinds being opened to reveal a thumbnail image when the mouse is clicked on that thumbnail image frame.

This property is enabled when the Style property is Custom. The black RGB(0,0,0) portions of the foreground image is set as a transparent color. The thumbnail image will be displayed through this portion of the background image.

See Also

Thumbnail Members | Newtone.ImageKit.Win.Thumbnail

 

The ImageKit.NET3 is created by Newtone Corporation