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

ImageGalleryItem Constructors

An individual item within the image gallery control.
Name Parameters Description
ImageGalleryItem() none Initializes a new instance of the ImageGalleryItem class.
ImageGalleryItem(String, String, String, String, String, String) imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText, navigateUrl Initializes a new instance of the ImageGalleryItem class with the specified settings.
ImageGalleryItem(String, String, String, String, String) imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl, fullscreenViewerText Initializes a new instance of the ImageGalleryItem class with the specified settings.
ImageGalleryItem(String, String, String, String) imageUrl, text, thumbnailUrl, fullscreenViewerThumbnailUrl Initializes a new instance of the ImageGalleryItem class with the specified settings.
ImageGalleryItem(String, String, String) imageUrl, text, thumbnailUrl Initializes a new instance of the ImageGalleryItem class with the specified settings.
ImageGalleryItem(String, String) imageUrl, text Initializes a new instance of the ImageGalleryItem class with the specified settings.
ImageGalleryItem(String) imageUrl Initializes a new instance of the ImageGalleryItem class with the specified setting.
See Also