Show / Hide Table of Contents

Interface CfnAnalysis.ITableSideBorderOptionsProperty

The side border options for a table.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablesideborderoptions.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 tableSideBorderOptionsProperty = new TableSideBorderOptionsProperty {
                 Bottom = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 },
                 InnerHorizontal = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 },
                 InnerVertical = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 },
                 Left = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 },
                 Right = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 },
                 Top = new TableBorderOptionsProperty {
                     Color = "color",
                     Style = "style",
                     Thickness = 123
                 }
             };

Synopsis

Properties

Bottom

The table border options of the bottom border.

InnerHorizontal

The table border options of the inner horizontal border.

InnerVertical

The table border options of the inner vertical border.

Left

The table border options of the left border.

Right

The table border options of the right border.

Top

The table border options of the top border.

Properties

Bottom

The table border options of the bottom border.

object? Bottom { get; }
Property Value

object

Remarks

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

InnerHorizontal

The table border options of the inner horizontal border.

object? InnerHorizontal { get; }
Property Value

object

Remarks

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

InnerVertical

The table border options of the inner vertical border.

object? InnerVertical { get; }
Property Value

object

Remarks

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

Left

The table border options of the left border.

object? Left { get; }
Property Value

object

Remarks

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

Right

The table border options of the right border.

object? Right { get; }
Property Value

object

Remarks

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

Top

The table border options of the top border.

object? Top { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX