namespace CPF.Mac.CoreAnimation { public enum CAConstraintAttribute { MinX, MidX, MaxX, Width, MinY, MidY, MaxY, Height } }