The bottom edge location of the layer.译:层的底部边缘位置。
layerA = new Layer x: 100 y: 100 width: 100 height: 100 print layerA.maxY # Output: 200 layerA.maxY = 500 print layerA.y # Output: 400