ScrollDirection 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.
The direction in which to scroll the ITextView.
public enum class ScrollDirectionpublic enum class ScrollDirectionenum ScrollDirectionpublic enum ScrollDirectiontype ScrollDirection = Public Enum ScrollDirection- Inheritance
- 
				ScrollDirection
Fields
| Name | Value | Description | 
|---|---|---|
| Up | 0 | Scroll up. | 
| Down | 1 | Scroll down. |