Show / Hide Table of Contents

Interface CfnTheme.ITileStyleProperty

Display options related to tiles on a sheet.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-tilestyle.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 tileStyleProperty = new TileStyleProperty {
                 Border = new BorderStyleProperty {
                     Show = false
                 }
             };

Synopsis

Properties

Border

The border around a tile.

Properties

Border

The border around a tile.

object? Border { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX