pacman/LabelMonoGame/Properties/VerticalAlignment.cs

13 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Mootfrost.Monogame.Label.Properties
{
public enum VerticalAlignment
{
Top,
Center,
Bottom
}
}