Table of Contents

Enum ScrollPageDirection

Namespace
HP.LFT.SDK.Mobile
Assembly
HP.LFT.SDK.dll

Scroll direction.

public enum ScrollPageDirection

Fields

Down = 0

Scroll one page down.

Left = 2

Scroll one page to the left.

Right = 3

Scroll one page to the right.

Up = 1

Scroll one page up.