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 ScrollDirection
public enum class ScrollDirection
enum ScrollDirection
public enum ScrollDirection
type ScrollDirection =
Public Enum ScrollDirection
- Inheritance
-
ScrollDirection
Fields
Name | Value | Description |
---|---|---|
Up | 0 | Scroll up. |
Down | 1 | Scroll down. |