using CPF.Mac.ObjCRuntime; namespace CPF.Mac.CoreText { [Since(3, 2)] public enum CTTextAlignment : byte { Left, Right, Center, Justified, Natural } }