Skip to content

values content vertical alignment

Anastasia Tarasova edited this page Feb 9, 2018 · 1 revision

ContentVerticalAlignment

The vertical alignment of content (text and images) within a control.

Syntax

vertical-alignment

Available parameters

Supported values:

  • top
  • bottom
  • center

Example

".login-button":{  
   "vertical-alignment": "bottom"
 }

Corresponding type in iOS

UIControlContentVerticalAlignment

Provider

VerticalAlignmentProvider

Clone this wiki locally