namespace PaintDotNet.Measurement.Enum { public enum AnchorEdge { TopLeft, Top, TopRight, Left, Middle, Right, BottomLeft, Bottom, BottomRight } }