Enum ScrollPageDirection
Scroll direction.
public enum ScrollPageDirection
Fields
Down = 0Scroll one page down.
Left = 2Scroll one page to the left.
Right = 3Scroll one page to the right.
Up = 1Scroll one page up.
Scroll direction.
public enum ScrollPageDirection
Down = 0Scroll one page down.
Left = 2Scroll one page to the left.
Right = 3Scroll one page to the right.
Up = 1Scroll one page up.