This property sets the folder containing the image files for the ImageKit control's slide display mode.
[Visual Basic] Public Property SlidePath As
String
[C#] public string SlidePath {get; set;}
Property Value
A string designating the path the to folder for the image
files
Default value is ""
Explanation
The SlidePath property sets the folder containing the image files for the ImageKit control's slide display mode. The slide display mode will not display images contained in subfolders within the folder set in this property.
For example code, please refer to the SlideMode property.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit