Show / Hide Table of Contents

Class CfnDashboard.TableSideBorderOptionsProperty

The side border options for a table.

Inheritance
System.Object
CfnDashboard.TableSideBorderOptionsProperty
Implements
CfnDashboard.ITableSideBorderOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class TableSideBorderOptionsProperty : Object, CfnDashboard.ITableSideBorderOptionsProperty
Syntax (vb)
Public Class TableSideBorderOptionsProperty
    Inherits Object
    Implements CfnDashboard.ITableSideBorderOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-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

Constructors

TableSideBorderOptionsProperty()

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.

Constructors

TableSideBorderOptionsProperty()

public TableSideBorderOptionsProperty()

Properties

Bottom

The table border options of the bottom border.

public object Bottom { get; set; }
Property Value

System.Object

Remarks

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

InnerHorizontal

The table border options of the inner horizontal border.

public object InnerHorizontal { get; set; }
Property Value

System.Object

Remarks

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

InnerVertical

The table border options of the inner vertical border.

public object InnerVertical { get; set; }
Property Value

System.Object

Remarks

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

Left

The table border options of the left border.

public object Left { get; set; }
Property Value

System.Object

Remarks

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

Right

The table border options of the right border.

public object Right { get; set; }
Property Value

System.Object

Remarks

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

Top

The table border options of the top border.

public object Top { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnDashboard.ITableSideBorderOptionsProperty
Back to top Generated by DocFX