pacman/LabelMonoGame/Properties/HorizontalAlignment.cs

13 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Mootfrost.Monogame.Label.Properties
{
public enum HorizontalAlignment
{
Left,
Center,
Right
}
}