15 lines
124 B
C#
15 lines
124 B
C#
namespace EveOPreview.UI
|
|
{
|
|
public enum ViewZoomAnchor
|
|
{
|
|
NW,
|
|
N,
|
|
NE,
|
|
W,
|
|
C,
|
|
E,
|
|
SW,
|
|
S,
|
|
SE
|
|
}
|
|
} |