Skip to main content
A newer version of this page is available. .
Tab

ImageSliderItem Constructors

An individual item within the image slider controls.
Name Parameters Description
ImageSliderItem() none Initializes a new instance of the ImageSliderItem class with default settings.
ImageSliderItem(String, String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text, name Initializes a new object of the ImageSliderItem type with the specified settings.
ImageSliderItem(String, String, String, String) imageUrl, thumbnailUrl, navigateUrl, text Initializes a new object of the ImageSliderItem type with the specified settings.
ImageSliderItem(String, String, String) imageUrl, thumbnailUrl, navigateUrl Initializes a new object of the ImageSliderItem type with the specified settings.
ImageSliderItem(String, String) imageUrl, thumbnailUrl Initializes a new object of the ImageSliderItem type with the specified settings.
ImageSliderItem(String) imageUrl Initializes a new object of the ImageSliderItem type with the specified image URL.
See Also