Show / Hide Table of Contents

Interface CfnTemplate.ITableBorderOptionsProperty

The border options for a table border.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tableborderoptions.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 tableBorderOptionsProperty = new TableBorderOptionsProperty {
                 Color = "color",
                 Style = "style",
                 Thickness = 123
             };

Synopsis

Properties

Color

The color of a table border.

Style

The style (none, solid) of a table border.

Thickness

The thickness of a table border.

Properties

Color

The color of a table border.

string? Color { get; }
Property Value

string

Remarks

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

Style

The style (none, solid) of a table border.

string? Style { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tableborderoptions.html#cfn-quicksight-template-tableborderoptions-style

Thickness

The thickness of a table border.

double? Thickness { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tableborderoptions.html#cfn-quicksight-template-tableborderoptions-thickness

Back to top Generated by DocFX