This property sets whether or not an image will be displayed in high quality when it is being scrolled or dragged.

[Visual Basic]Public Property RefineOnScroll As Boolean
[C#]public bool RefineOnScroll {get; set;}

Property Value

Value Explanation
True images will be displayed in high quality when scrolled or dragged
False (default) images will be displayed as normal

Explanation

The RefineOnScroll property sets whether an image will be displayed in high quality when it is scrolled or dragged. This property is enabled only if the image is displayed by reducing its size to less than the actual size.

When the image is being scrolled or moved with the mouse, high quality will be automatically disabled so the image can be scrolled or moved quickly. Once the scrolling or movement has stopped, high quality will be automatically enabled. Depending on the PC's environment and the size of the image, there are cases where high quality display cannot be used. In that case, please set this property to False.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation