Gets/sets a size of thumbnails when View property is set to Thumbnails.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Property ThumbnailSize As Size
public Size ThumbnailSize { get; set; }
Keep in mind that the actual dimensions of the thumbnail differs from the size specified here. Thumbnails always keep aspect ratio of the original image. That is why it is guarantied that only one dimension will coincide.
Also, if the original image is smaller than specified size, it will not be resized.