namespace SharpMap.Api.Enums { /// /// Label text alignment /// public enum HorizontalAlignmentEnum : short { /// /// Left oriented /// Left = 0, /// /// Right oriented /// Right = 2, /// /// Centered /// Center = 1 } }