File GFXAlignment.cs
File List > LemonUI > LemonUI > GFXAlignment.cs
Go to the documentation of this file
namespace LemonUI
{
public enum GFXAlignment
{
Bottom = 66,
Top = 84,
Center = 67,
Left = 76,
Right = 82,
}
}