Show / Hide Table of Contents

Class CfnThemePropsMixin.GutterStyleProperty

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

Inheritance
object
CfnThemePropsMixin.GutterStyleProperty
Implements
CfnThemePropsMixin.IGutterStyleProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnThemePropsMixin.IGutterStyleProperty
Back to top Generated by DocFX