Files
CMLeonOS/Gui/UILib/Alignment.cs
2026-03-01 17:03:49 +08:00

10 lines
116 B
C#

namespace CMLeonOS.Gui.UILib
{
internal enum Alignment
{
Start,
Middle,
End
}
}