ImageGalleryItem Constructors
An object that provides an image and its display name.Name | Parameters | Description |
---|---|---|
ImageGalleryItem(Image, String) | image, displayName | Initializes a new instance of the ImageGalleryItem class with the specified image and its caption. |
ImageGalleryItem(Image) | image | Initializes a new instance of the ImageGalleryItem class with the specified image. |
See Also