Show / Hide Table of Contents

Interface CfnThemePropsMixin.ITileLayoutStyleProperty

The display options for the layout of tiles on a sheet.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnThemePropsMixin.ITileLayoutStyleProperty
Syntax (vb)
Public Interface CfnThemePropsMixin.ITileLayoutStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-tilelayoutstyle.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.CfnPropertyMixins.AWS.QuickSight;

             var tileLayoutStyleProperty = new TileLayoutStyleProperty {
                 Gutter = new GutterStyleProperty {
                     Show = false
                 },
                 Margin = new MarginStyleProperty {
                     Show = false
                 }
             };

Synopsis

Properties

Gutter

The gutter settings that apply between tiles.

Margin

The margin settings that apply around the outside edge of sheets.

Properties

Gutter

The gutter settings that apply between tiles.

object? Gutter { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnThemePropsMixin.IGutterStyleProperty

Margin

The margin settings that apply around the outside edge of sheets.

object? Margin { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnThemePropsMixin.IMarginStyleProperty

Back to top Generated by DocFX