Enumeration: UIControlContentVerticalAlignment
Overview
The vertical alignment of content (text and images) within a control.
Constant Summary
- UIControlContentHorizontalAlignmentCenter
Aligns the content horizontally in the center of the control.available in ios 2.0 and later.declared in uicontrol.h.
- UIControlContentHorizontalAlignmentLeft
Aligns the content horizontally from the left of the control (the default).available in ios 2.0 and later.declared in uicontrol.h.
- UIControlContentHorizontalAlignmentRight
Aligns the content horizontally from the right of the controlavailable in ios 2.0 and later.declared in uicontrol.h.
- UIControlContentHorizontalAlignmentFill
Aligns the content horizontally to fill the content rectangles; text may wrap and images may be stretched.available in ios 2.0 and later.declared in uicontrol.h.