Properties
- AutoPlay - Setting this to true will play the slideshow automatically on render
- ContextKey - User/page specific context provided to an optional overload of the web method described by ServiceMethod/ServicePath
- ImageDescriptionLabelID - ID of Label describing the current picture
- ImageHeight - Height of the image container to animate slides smoothly from up to down or down to up
- ImageTitleLabelID - ID of Label displaying the current picture's title
- ImageWidth - Width of the image container to animate slides smoothly from left to right or right to left
- Loop - Setting this to true will allow you to view images in a round-robin fashion
- NextButtonID - ID of the button that will allow you to see the next picture
- PlayButtonID - ID of the button that will allow you to play/stop the slideshow
- PlayButtonText - The text to be shown in the play button to play the slideshow
- PlayInterval - An interval in milliseconds between slide transitions in play mode
- PreviousButtonID - ID of the button that will allow you to see the previous picture
- SlideShowAnimationType - Type of animation used on changing from one slide to another
- SlideShowServiceMethod - The webservice method that will be called to supply images
- SlideShowServicePath - The path to the webservice that the extender will pull the images from
- StopButtonText - The text to be shown in the play button to stop the slideshow
- UseContextKey - Whether or not the ContextKey property should be used