namespace EveOPreview.UI { public enum ZoomAnchor { NW = 0, N, NE, W, C, E, SW, S, SE } }