Contents

contentVerticalAlignment

The vertical alignment of content within the control’s bounds.

Declaration

var contentVerticalAlignment: UIControl.ContentVerticalAlignment { get set }

Parameters

  • contentAlignment:

    A constant that specifies the vertical alignment of text or images within the control. For a list of possible values, see Contentverticalalignment Swift.enum.

Discussion

For controls that contain configurable text or image content, use this property to align that content appropriately inside the control’s bounds. Not all control subclasses have content that can be aligned, and it’s the responsibility of the subclass to determine how to apply this value. The default value of this property is UIControl.ContentVerticalAlignment.top.

See Also

Specifying content alignment