Table of Contents

Enum SlideDirection

Namespace
SharpConsoleUI.Animation
Assembly
SharpConsoleUI.dll

Direction from which a window slides into or out of view.

public enum SlideDirection
Extension Methods

Fields

Bottom = 3

Slide from/to the bottom edge.

Left = 0

Slide from/to the left edge.

Right = 1

Slide from/to the right edge.

Top = 2

Slide from/to the top edge.