mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-10 15:26:19 +00:00
8 lines
108 B
C#
8 lines
108 B
C#
namespace TUI.Engine.Nodes.Attributes.Alignments;
|
|
|
|
public enum Vertical
|
|
{
|
|
Top,
|
|
Center,
|
|
Bottom,
|
|
} |