teamlead-dashboard/src/TUI/Engine/Nodes/Attributes/Alignments/Vertical.cs

8 lines
108 B
C#
Raw Normal View History

2024-03-06 21:49:54 +00:00
namespace TUI.Engine.Nodes.Attributes.Alignments;
public enum Vertical
{
Top,
Center,
Bottom,
}