This property sets whether or not, when in slide display mode, the images will repeat after the last image is displayed.

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

Property Value

True: Images will repeat
False: Images will not repeat
Default value: True

Explanation

The SlideRepeat property sets whether or not, when in slide display mode, the images will repeat after the last image is displayed. When this property is True, images will repeat. If the first image is being displayed and "slide back" is used then the last image will be displayed. If the last image is being displayed and "slide forward" is used, then the first image will be displayed. When this property is False, the images will not move from last to first or from first to last directly.

In addition to touch-slide and mouse drag, the SlideForward, SlideBack, SlideToFirst, and SlideToLast methods can be used to change images.

See Also

ImageKit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation