interface MarginStyleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnThemePropsMixin.MarginStyleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnThemePropsMixin_MarginStyleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnThemePropsMixin.MarginStyleProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnThemePropsMixin.MarginStyleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » 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 { aws_quicksight as quicksight } from '@aws-cdk/cfn-property-mixins';
const marginStyleProperty: quicksight.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