ScrollOrientation Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Orientation of the scroll
public enum ScrollOrientationtype ScrollOrientation = Public Enum ScrollOrientation- Inheritance
- 
				ScrollOrientation
Fields
| Name | Value | Description | 
|---|---|---|
| Horizontal | 0 | Scroll only Horizontally (and optimize the number of image used) | 
| Vertical | 1 | Scroll only Vertically (and optimize the number of image used) | 
| Both | 2 | Scroll both Horizontally and vertically |