Version

WebImageViewer class Members

The following tables list the members exposed by WebImageViewer.

Public Constructors
 NameDescription
Public ConstructorWebImageViewer Constructor  
Public Properties
 NameDescription
Public PropertyenabledReturns whether thie ImageViewer is enabled.  
Public PropertyenableDragScrollingReturns if the user can MouseDown over the image area of the WebImageViewer and scroll the Images by dragging.  
Public PropertyenableInitialFadeAnimationReturns if images will have initial fade-in animation during WebImageViewer initialization.  
Public PropertyfooterReturns a templatable object that can be used to display information at the bottom of the control.  
Public PropertyheaderReturns a templatable object that can be used to display information at the top of the control.  
Public PropertyhoverClassReturns the hover CSS class that is applied when an ImageItem is hovered.  
Public PropertyitemsThe collection of ImageItems in the WebImageViewer.  
Public PropertyorientationGets the orientation of the images.  
Public PropertyscrollAnimationsReturns the object that contains the settings to change the type of Animation that will occur when the WebImageViewer scrolls Images into view.  
Public PropertyselectedClassReturns the selected CSS class that is applied when an ImageItem is selected.  
Public PropertyselectedIndexReturns the index of the ImageItem that is to be selected. When set to -1, no image will be selected.  
Public PropertyselectedItemReturns the ImageItem that is to be Selected. When set to null, no image will be selected.  
Public PropertywrapAroundReturns if images will loop around infinitely in the WebImageViewer.  
Public Methods
 NameDescription
Public MethoddisposeDisposes of the WebImageViewer object.  
Public MethodendNavigationIf the navigateNext or navigatePrev methods are called, and the ScrollAnimation is set to continuous, this method will end the current animation that is occurring.  
Public MethodfindFinds WebImageViewer by its client ID.  
Public MethodfromCasts passed in object to the WebImageViewer type.  
Public MethodgetVisibleAreaHeightReturns the height of the visible image area.  
Public MethodgetVisibleAreaWidthReturns the width of the visible image area.  
Public MethodinitializeInitializes the WebImageViewer object.  
Public MethodnavigateNextSimulates 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.  
Public MethodnavigatePrevSimulates 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.  
See Also