Show / Hide Table of Contents

Interface CfnTheme.IGutterStyleProperty

The display options for gutter spacing between tiles on a sheet.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTheme.IGutterStyleProperty
Syntax (vb)
Public Interface CfnTheme.IGutterStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-gutterstyle.html

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.AWS.QuickSight;

             var gutterStyleProperty = new GutterStyleProperty {
                 Show = false
             };

Synopsis

Properties

Show

This Boolean value controls whether to display a gutter space between sheet tiles.

Properties

Show

This Boolean value controls whether to display a gutter space between sheet tiles.

object? Show { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-gutterstyle.html#cfn-quicksight-theme-gutterstyle-show

Back to top Generated by DocFX