GridLayoutElement

An element within a grid layout.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column index for the upper left corner of an element.

Link copied to clipboard

The width of a grid element expressed as a number of grid columns.

Link copied to clipboard

A unique identifier for an element within a grid layout.

Link copied to clipboard

The type of element.

Link copied to clipboard

The row index for the upper left corner of an element.

Link copied to clipboard

The height of a grid element expressed as a number of grid rows.

Functions

Link copied to clipboard
inline fun copy(block: GridLayoutElement.Builder.() -> Unit = {}): GridLayoutElement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String