Show / Hide Table of Contents

Interface CfnAnalysis.IFreeFormLayoutElementBorderStyleProperty

The background style configuration of a free-form layout element.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-freeformlayoutelementborderstyle.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 freeFormLayoutElementBorderStyleProperty = new FreeFormLayoutElementBorderStyleProperty {
                 Color = "color",
                 Visibility = "visibility"
             };

Synopsis

Properties

Color

The border color of a free-form layout element.

Visibility

The border visibility of a free-form layout element.

Properties

Color

The border color of a free-form layout element.

string? Color { get; }
Property Value

string

Remarks

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

Visibility

The border visibility of a free-form layout element.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX