namespace CPF.Mac.AppKit { public enum NSLineSweepDirection : ulong { NSLineSweepLeft, NSLineSweepRight, NSLineSweepDown, NSLineSweepUp } }