Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data TileLayoutStyle Source #
The display options for the layout of tiles on a sheet.
See: newTileLayoutStyle
smart constructor.
TileLayoutStyle' | |
|
Instances
newTileLayoutStyle :: TileLayoutStyle Source #
Create a value of TileLayoutStyle
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:margin:TileLayoutStyle'
, tileLayoutStyle_margin
- The margin settings that apply around the outside edge of sheets.
$sel:gutter:TileLayoutStyle'
, tileLayoutStyle_gutter
- The gutter settings that apply between tiles.
tileLayoutStyle_margin :: Lens' TileLayoutStyle (Maybe MarginStyle) Source #
The margin settings that apply around the outside edge of sheets.
tileLayoutStyle_gutter :: Lens' TileLayoutStyle (Maybe GutterStyle) Source #
The gutter settings that apply between tiles.