This property sets the style of the thumbnail image cell.
[Visual Basic]Public Property Style As
ThumbnailStyle
[C#]public ThumbnailStyle Style {get;
set;}
Property Value
This value is of type ThumbnailStyle
Explanation
The Style property sets the style of the thumbnail image cell. Changes to the Style property during execution are not enabled until the Display method is executed. If set to Custom, the Image object must be set in the PictureDown or PictureUp property.
See Also
Thumbnail Members | Newtone.ImageKit.Win.Thumbnail