Skip to main content

gridChildVerticalAlign

Applicable only on direct children of grid auto-layout frames. Controls the vertical alignment of the node within its grid cell.

Signature

gridChildVerticalAlign: 'MIN' | 'CENTER' | 'MAX' | 'AUTO'

Remarks

Possible values are:

  • "MIN": Aligns to the top of the grid cell
  • "CENTER": Centers vertically within the grid cell
  • "MAX": Aligns to the bottom of the grid cell
  • "AUTO": Uses the default alignment