mirror of
https://github.com/dnwSilver/tld.git
synced 2025-04-18 02:56: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,
|
||
|
}
|