ThemeTileLayoutStyle

data class ThemeTileLayoutStyle(val gutter: ThemeGutterStyle? = null, val margin: ThemeMarginStyle? = null)

The display options for the layout of tiles on a sheet.

Constructors

Link copied to clipboard
constructor(gutter: ThemeGutterStyle? = null, margin: ThemeMarginStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The gutter settings that apply between tiles.

Link copied to clipboard

The margin settings that apply around the outside edge of sheets.