Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.IGridLayoutElementBorderStyleProperty

The border style configuration of a grid layout element.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.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 gridLayoutElementBorderStyleProperty = new GridLayoutElementBorderStyleProperty {
                 Color = "color",
                 Visibility = "visibility",
                 Width = "width"
             };

Synopsis

Properties

Color

The border color of a grid layout element.

Visibility

The border visibility of a grid layout element.

Width

The border width of a grid layout element.

Properties

Color

The border color of a grid layout element.

string? Color { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-color

Visibility

The border visibility of a grid layout element.

string? Visibility { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility

Width

The border width of a grid layout element.

string? Width { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-width

Back to top Generated by DocFX