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

[C++Builder]   thumbcontrolname->ImageSize [ = short ]
[Delphi]   thumbcontrolname.ImageSize [ = Smallint ]

Property Value

The size of the thumbnail image in pixels

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.

Note: the available display area of the thumbnail control determines the maximum value of the ImageSize property. Setting the ImageSize property to values larger than the area available to display the thumbnail image will have no effect.

Setting this value

This value can be set at design-time and run-time.

Retrieving this value

This value can be retrieved at run-time.

 

The ImageKit9 VCL is a product created by Newtone Corporation