ImageZoomNavigatorItem Constructors
An individual image item within the ASPxImageZoomNavigator control.| Name | Parameters | Description |
|---|---|---|
| ImageZoomNavigatorItem() | none | Initializes a new instance of the ImageZoomNavigatorItem class with default settings. |
| ImageZoomNavigatorItem(String, String, String, String, String) | imageUrl, largeImageUrl, thumbnailUrl, zoomWindowText, expandWindowText | Initializes a new object of the ImageZoomNavigatorItem type with the specified settings. |
| ImageZoomNavigatorItem(String, String, String, String) | imageUrl, largeImageUrl, thumbnailUrl, zoomWindowText | Initializes a new object of the ImageZoomNavigatorItem type with the specified settings. |
| ImageZoomNavigatorItem(String, String, String) | imageUrl, largeImageUrl, thumbnailUrl | Initializes a new object of the ImageZoomNavigatorItem type with the specified settings. |
| ImageZoomNavigatorItem(String, String) | imageUrl, largeImageUrl | Initializes a new object of the ImageZoomNavigatorItem type with the specified settings. |
| ImageZoomNavigatorItem(String) | imageUrl | Initializes a new object of the ImageZoomNavigatorItem type with the specified image URL. |
See Also