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 = 3Slide from/to the bottom edge.
Left = 0Slide from/to the left edge.
Right = 1Slide from/to the right edge.
Top = 2Slide from/to the top edge.