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 IGutterStyleProperty
Syntax (vb)
Public Interface 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.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.
virtual object Show { get; }
Property Value
System.