@Stability(value=Stable)
public static interface CfnTheme.TileLayoutStyleProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
TileLayoutStyleProperty tileLayoutStyleProperty = TileLayoutStyleProperty.builder()
.gutter(GutterStyleProperty.builder()
.show(false)
.build())
.margin(MarginStyleProperty.builder()
.show(false)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.TileLayoutStyleProperty.Builder
A builder for
CfnTheme.TileLayoutStyleProperty |
static class |
CfnTheme.TileLayoutStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.TileLayoutStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.TileLayoutStyleProperty.Builder |
builder() |
default Object |
getGutter()
The gutter settings that apply between tiles.
|
default Object |
getMargin()
The margin settings that apply around the outside edge of sheets.
|
@Stability(value=Stable) @Nullable default Object getGutter()
@Stability(value=Stable) @Nullable default Object getMargin()
@Stability(value=Stable) static CfnTheme.TileLayoutStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.