@Stability(value=Stable)
public static interface CfnTheme.MarginStyleProperty
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.*;
MarginStyleProperty marginStyleProperty = MarginStyleProperty.builder()
.show(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTheme.MarginStyleProperty.Builder
A builder for
CfnTheme.MarginStyleProperty |
static class |
CfnTheme.MarginStyleProperty.Jsii$Proxy
An implementation for
CfnTheme.MarginStyleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTheme.MarginStyleProperty.Builder |
builder() |
default Object |
getShow()
This Boolean value controls whether to display sheet margins.
|
@Stability(value=Stable) @Nullable default Object getShow()
@Stability(value=Stable) static CfnTheme.MarginStyleProperty.Builder builder()
Copyright © 2022. All rights reserved.