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