This property sets speed at which images slide during slide display mode.

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

Property Value

The SlidePixelPerMSec is in units of pixels per milisecond.
Default value is 50 pixels per milisecond

Explanation

The SlidePixelPerMSec property sets speed at which images slide during slide display mode. The value of this property is in pixels per milisecond. The higher the value the faster the images will slide. The minimum value is 1. Values less than 1 will be assigned as 1.

The values of this property are by no means exact and should be considered as approximations only. Increasing the value from 50 to 100 would increase the sliding speed, though it may or may not be approximately twice as fast.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation