kAlignNone = 0 | Use this value if you do not wish to specify a particular alignment. |
kAlignVerticalCenter = 1 | Use this value to center the icon vertically within the rectangle. |
kAlignTop = 2 | Use this value to top align the icon within the rectangle. |
kAlignBottom = 3 | Use this value to bottom align the icon within the rectangle. |
kAlignHorizontalCenter = 4 | Use this value to center the icon horizontally within the rectangle. |
kAlignAbsoluteCenter = 5 | Use this value to center the icon horizontally and vertically within the rectangle. |
kAlignCenterTop = 6 | Use this value to top align the icon and center it horizontally within the rectangle. |
kAlignCenterBottom = 7 | Use this value to bottom align the icon and center it horizontally within the rectangle. |
kAlignLeft = 8 | Use this value to left align the icon within the rectangle. |
kAlignCenterLeft = 9 | Use this value to left align the icon and center it vertically within the rectangle. |
kAlignTopLeft = 10 | Use this value to left and top align the icon within the rectangle. |
kAlignBottomLeft = 11 | Use this value to left and bottom align the icon within the rectangle. |
kAlignRight = 12 | Use this value to right align the icon within the rectangle. |
kAlignCenterRight = 13 | Use this value to right align the icon and center it vertically within the rectangle. |
kAlignTopRight = 14 | Use this value to right and top align the icon within the rectangle. |
kAlignBottomRight = 15 | Use this value to right and bottom align the icon within the rectangle. |