interface MarginStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnThemePropsMixin.MarginStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnThemePropsMixin_MarginStyleProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnThemePropsMixin.MarginStyleProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnThemePropsMixin.MarginStyleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnThemePropsMixin » MarginStyleProperty |
The display options for margins around the outside edge of sheets.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const marginStyleProperty: quicksight_mixins.CfnThemePropsMixin.MarginStyleProperty = {
show: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| show? | boolean | IResolvable | This Boolean value controls whether to display sheet margins. |
show?
Type:
boolean | IResolvable
(optional)
This Boolean value controls whether to display sheet margins.

.NET
Go
Java
Python
TypeScript