namespace CPF.Mac.AppKit { public enum NSTickMarkPosition : ulong { Below = 0uL, Above = 1uL, Left = 1uL, Right = 0uL } }