The following tables list the members exposed by WebImageViewer.
Name | Description | |
---|---|---|
![]() | WebImageViewer Constructor |
Name | Description | |
---|---|---|
![]() | enabled | Returns whether thie ImageViewer is enabled. |
![]() | enableDragScrolling | Returns if the user can MouseDown over the image area of the WebImageViewer and scroll the Images by dragging. |
![]() | enableInitialFadeAnimation | Returns if images will have initial fade-in animation during WebImageViewer initialization. |
![]() | footer | Returns a templatable object that can be used to display information at the bottom of the control. |
![]() | header | Returns a templatable object that can be used to display information at the top of the control. |
![]() | hoverClass | Returns the hover CSS class that is applied when an ImageItem is hovered. |
![]() | items | The collection of ImageItems in the WebImageViewer. |
![]() | orientation | Gets the orientation of the images. |
![]() | scrollAnimations | Returns the object that contains the settings to change the type of Animation that will occur when the WebImageViewer scrolls Images into view. |
![]() | selectedClass | Returns the selected CSS class that is applied when an ImageItem is selected. |
![]() | selectedIndex | Returns the index of the ImageItem that is to be selected. When set to -1, no image will be selected. |
![]() | selectedItem | Returns the ImageItem that is to be Selected. When set to null, no image will be selected. |
![]() | wrapAround | Returns if images will loop around infinitely in the WebImageViewer. |
Name | Description | |
---|---|---|
![]() | dispose | Disposes of the WebImageViewer object. |
![]() | endNavigation | If the navigateNext or navigatePrev methods are called, and the ScrollAnimation is set to continuous, this method will end the current animation that is occurring. |
![]() | find | Finds WebImageViewer by its client ID. |
![]() | from | Casts passed in object to the WebImageViewer type. |
![]() | getVisibleAreaHeight | Returns the height of the visible image area. |
![]() | getVisibleAreaWidth | Returns the width of the visible image area. |
![]() | initialize | Initializes the WebImageViewer object. |
![]() | navigateNext | Simulates what happens when a user presses the next button. Note: if the ScrollAnimation is set to continuous, you must call the endNavigation method to stop navigation. |
![]() | navigatePrev | Simulates what happens when a user presses the previous button. Note: if the ScrollAnimation is set to continuous, you must call the endNavigation method to stop navigation. |