C# Syntax
public enum ScrollPageDirection : System.Enum
| Member | Description |
|---|---|
| Down | Scroll one page down. |
| Left | Scroll one page to the left. |
| Right | Scroll one page to the right. |
| Up | Scroll one page up. |
System.Object
System.ValueType
System.Enum
HP.LFT.SDK.Mobile.ScrollPageDirection

