namespace PaintDotNet.Measurement.Enum { public enum FlipType { Horizontal, Vertical, Center } }