CAScroll 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.
Enumerates scrolling directions.
public enum CAScroll
type CAScroll =
- Inheritance
-
CAScroll
Fields
Name | Value | Description |
---|---|---|
None | 0 | Neither vertical nor horizontal scrolling. |
Vertically | 1 | Vertical scrolling. |
Horizontally | 2 | Horizontal scrolling. |
Both | 3 | Both vertical and horizontal scrolling. |