Skip to main content

Enum Ch1115.ScrollDirection

Allow the programmer to set the scroll direction

Assembly: Ch1115.dll
View Source
Declaration
public enum Ch1115.ScrollDirection

Fields

Left

Scroll the display to the left

View Source
Declaration
Left = 0

Scroll the display to the right

View Source
Declaration
Right = 1

RightAndVertical

Scroll the display from the bottom left and vertically

View Source
Declaration
RightAndVertical = 2

LeftAndVertical

Scroll the display from the bottom right and vertically

View Source
Declaration
LeftAndVertical = 3