ScrollPageDirection Enumeration
Scroll direction.

C# Syntax

public enum ScrollPageDirection : System.Enum 
Members
MemberDescription
DownScroll one page down.
LeftScroll one page to the left.
RightScroll one page to the right.
UpScroll one page up.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         HP.LFT.SDK.Mobile.ScrollPageDirection