ScrollOrientation Enum

Definition

Orientation of the scroll

public enum ScrollOrientation
type ScrollOrientation = 
Public Enum ScrollOrientation
Inheritance
ScrollOrientation

Fields

Both 2

Scroll both Horizontally and vertically

Horizontal 0

Scroll only Horizontally (and optimize the number of image used)

Vertical 1

Scroll only Vertically (and optimize the number of image used)

Applies to