This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.ThumbnailSize Property

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)

Syntax

Visual Basic
Public Property ThumbnailSize As Size
C#
public Size ThumbnailSize { get; set; }

Property Value

A size of the thumbnail (in pixels).

Remarks

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.

See Also

Reference