segments

Segments is used to set the number of columns spanned by a grid item. When applied to a grid, it sets the number of columns the grid will have.

  1. Segments segments(uint columns)
    @safe
    segments
    (
    uint columns
    )
  2. Segments segments()

Meta