Version

Type Property (ScrollAnimations)

Returns/sets the Animation type that the WebImageViewer will use to scroll images into view.

Continuous - While the Next/Previous buttons are pressed, the ImageViewer will continue to scroll.

Page - The ImageViewer will scroll the Next non-visible Image into view.

NextItem - The ImageViewer will scroll Next/Previous image to the specified ScrollToAlignment.

Syntax
'Declaration
 
Public Property Type As ScrollAnimation
public ScrollAnimation Type {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also