using System; namespace CPF.ReoGrid.Drawing { public enum HorizontalAlignment { Left, Center, Right } }