Class CfnThemePropsMixin.GutterStyleProperty
The display options for gutter spacing between tiles on a sheet.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnThemePropsMixin.GutterStyleProperty : CfnThemePropsMixin.IGutterStyleProperty
Syntax (vb)
Public Class CfnThemePropsMixin.GutterStyleProperty Implements CfnThemePropsMixin.IGutterStyleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var gutterStyleProperty = new GutterStyleProperty {
Show = false
};
Synopsis
Constructors
| GutterStyleProperty() | The display options for gutter spacing between tiles on a sheet. |
Properties
| Show | This Boolean value controls whether to display a gutter space between sheet tiles. |
Constructors
GutterStyleProperty()
The display options for gutter spacing between tiles on a sheet.
public GutterStyleProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins;
var gutterStyleProperty = new GutterStyleProperty {
Show = false
};
Properties
Show
This Boolean value controls whether to display a gutter space between sheet tiles.
public object? Show { get; set; }