Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TableSideBorderOptionsProperty

The side border options for a table.

Inheritance
object
CfnDashboardPropsMixin.TableSideBorderOptionsProperty
Implements
CfnDashboardPropsMixin.ITableSideBorderOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.TableSideBorderOptionsProperty : CfnDashboardPropsMixin.ITableSideBorderOptionsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TableSideBorderOptionsProperty Implements CfnDashboardPropsMixin.ITableSideBorderOptionsProperty
Remarks

See: 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.CfnPropertyMixins.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()

The side border options for a table.

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()

The side border options for a table.

public TableSideBorderOptionsProperty()
Remarks

See: 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.CfnPropertyMixins.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
                 }
             };

Properties

Bottom

The table border options of the bottom border.

public object? Bottom { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

InnerHorizontal

The table border options of the inner horizontal border.

public object? InnerHorizontal { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

InnerVertical

The table border options of the inner vertical border.

public object? InnerVertical { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

Left

The table border options of the left border.

public object? Left { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

Right

The table border options of the right border.

public object? Right { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

Top

The table border options of the top border.

public object? Top { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ITableBorderOptionsProperty

Implements

CfnDashboardPropsMixin.ITableSideBorderOptionsProperty
Back to top Generated by DocFX