This property sets the size of the thumbnail image when it is displayed.

[Visual Basic] Public Property ImageSize As Integer
[C#] public int ImageSize {get; set;}

Property Value

The size of the thumbnail image in pixels

The default size is 96

Explanation

The ImageSize property sets the size of the thumbnail image when it is displayed. The length or width dimension (whichever is larger) of the original image is set to the size specified in this property and the other dimension is scaled in size. If both the ImageSizeWidth and ImageSizeHeight properties are set to 1 or higher, those property values take precedence over this property.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation