ASP.NET Pack Programmer's Guide
Slideshow Members
Constructors Fields Methods
 


Represents an image slideshow.

The following tables list the members exposed by the Slideshow type.

 Public Constructors

  Name Description

Slideshow

Initializes a new instance of the Slideshow class.

 Public Fields

  Name Description

Dom

An object, which keeps references to various DOM elements, part of the control's structure

 Public Methods

  Name Description

dispose

Sys.UI.Control.dispose override.

get_autoPostBack

Returns a value indicating whether the control should post back to the server when an item is clicked.

get_autoReverse

Returns a value indicating whether the control should automatically replay the slideshow.

get_autoStart

Returns a value indicating whether the control should automatically start the slideshow when loaded.

get_enabled

Gets a value indicating whether user interaction with this control is allowed.

get_height

Gets the height of the control.

get_selectedIndex

Gets the index of the currently selected image.

get_showButtons

Gets a value indicating whether the control should display navigation buttons.

get_showTitle

Gets a value indicating whether the control should display image titles.

get_slideshowSpeed

Gets the slideshow speed.

get_thumbnailsHeight

Gets the height of the thumbnails list.

get_thumbnailsPlacement

Gets the thumbnails placement mode of the control.

get_thumbnailsWidth

Gets the width of the thumbnails list.

get_transitionSpeed

Gets the image transition speed.

get_width

Gets the width of the control.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the control for a subsequent postback.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when an item is clicked.

set_autoReverse

Sets a value indicating whether the control should automatically replay the slideshow

set_autoStart

Sets a value indicating whether the control should automatically start the slideshow when loaded.

set_enabled

Sets a value indicating whether user interaction with this control is allowed.

set_selectedIndex

Sets the currently selected image.

set_slideshowSpeed

Sets the slideshow speed.

set_transitionSpeed

Sets the transition speed.

start

Starts the slideshow.

stop

Stops the slideshow.

 See Also

Slideshow Class
MindFusion.UI.WebForms Namespace