Table of Contents

Enum Direction

Namespace
ConsoleAppVisuals.Enums
Assembly
ConsoleAppVisuals.dll

The Direction enum defines the direction in some space.

public enum Direction

Fields

Down = 1

The down direction.

Up = 0

The up direction.

Remarks

For more information, consider visiting the documentation available here.