Files
CMLeonOS/Gui/UILib/Alignment.cs

10 lines
116 B
C#
Raw Normal View History

2026-03-01 17:03:49 +08:00
namespace CMLeonOS.Gui.UILib
{
internal enum Alignment
{
Start,
Middle,
End
}
}