Show / Hide Table of Contents

Class CfnThemePropsMixin.SheetStyleProperty

The theme display options for sheets.

Inheritance
object
CfnThemePropsMixin.SheetStyleProperty
Implements
CfnThemePropsMixin.ISheetStyleProperty
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.SheetStyleProperty : CfnThemePropsMixin.ISheetStyleProperty
Syntax (vb)
Public Class CfnThemePropsMixin.SheetStyleProperty Implements CfnThemePropsMixin.ISheetStyleProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-sheetstyle.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 sheetStyleProperty = new SheetStyleProperty {
                 Tile = new TileStyleProperty {
                     Border = new BorderStyleProperty {
                         Show = false
                     }
                 },
                 TileLayout = new TileLayoutStyleProperty {
                     Gutter = new GutterStyleProperty {
                         Show = false
                     },
                     Margin = new MarginStyleProperty {
                         Show = false
                     }
                 }
             };

Synopsis

Constructors

SheetStyleProperty()

The theme display options for sheets.

Properties

Tile

The display options for tiles.

TileLayout

The layout options for tiles.

Constructors

SheetStyleProperty()

The theme display options for sheets.

public SheetStyleProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-sheetstyle.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 sheetStyleProperty = new SheetStyleProperty {
                 Tile = new TileStyleProperty {
                     Border = new BorderStyleProperty {
                         Show = false
                     }
                 },
                 TileLayout = new TileLayoutStyleProperty {
                     Gutter = new GutterStyleProperty {
                         Show = false
                     },
                     Margin = new MarginStyleProperty {
                         Show = false
                     }
                 }
             };

Properties

Tile

The display options for tiles.

public object? Tile { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnThemePropsMixin.ITileStyleProperty

TileLayout

The layout options for tiles.

public object? TileLayout { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnThemePropsMixin.ITileLayoutStyleProperty

Implements

CfnThemePropsMixin.ISheetStyleProperty
Back to top Generated by DocFX