Table of Contents

Enum Direction

Namespace
SharpConsoleUI
Assembly
SharpConsoleUI.dll

Specifies the direction of movement or navigation.

public enum Direction

Fields

Down = 1

Downward direction.

Left = 2

Leftward direction.

Right = 3

Rightward direction.

Up = 0

Upward direction.