Function createInterfaceColumn

  • Creates a row component for UI object.

    Parameters

    • children: UIBasicItem[]

      Components within this column.

    • horizontalAlignment: HorizontalAlignment

      Horizontal alignment of content. Use alignmentLeft, alignmentCenter or alignmentRight.

    • paddingLeft: number

      Size of padding on the left.

    • paddingRight: number

      Size of padding on the right.

    • paddingTop: number

      Size of padding on the top.

    • paddingBottom: number

      Size of padding on the bottom.

    • backgroundColor: number

      Background color of column.

    Returns UIColumnItem

    Created column component.