mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
10 lines
116 B
C#
10 lines
116 B
C#
|
|
namespace CMLeonOS.Gui.UILib
|
||
|
|
{
|
||
|
|
internal enum Alignment
|
||
|
|
{
|
||
|
|
Start,
|
||
|
|
Middle,
|
||
|
|
End
|
||
|
|
}
|
||
|
|
}
|