This refers to the direction to scroll the image.
public enum ScrollDirection
Public Members
| Member | Value | Explanation |
|---|---|---|
| UpLeft | 0 | UpLeft |
| Up | 1 | Up |
| UpRight | 2 | UpRight |
| Right | 3 | Right |
| DownRight | 4 | DownRight |
| Down | 5 | Down |
| DownLeft | 6 | DownLeft |
| Left | 7 | Left |
This refers to the direction to scroll the image.
| Member | Value | Explanation |
|---|---|---|
| UpLeft | 0 | UpLeft |
| Up | 1 | Up |
| UpRight | 2 | UpRight |
| Right | 3 | Right |
| DownRight | 4 | DownRight |
| Down | 5 | Down |
| DownLeft | 6 | DownLeft |
| Left | 7 | Left |