Files
eveo/src/Eve-O-Preview/Configuration/Interface/ZoomAnchor.cs

3 lines
105 B
C#

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