Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TableSideBorderOptionsProperty

The side border options for a table.

Inheritance
object
CfnAnalysisPropsMixin.TableSideBorderOptionsProperty
Implements
CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.TableSideBorderOptionsProperty : CfnAnalysisPropsMixin.ITableSideBorderOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TableSideBorderOptionsProperty Implements CfnAnalysisPropsMixin.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.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-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.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-bottom

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-innerhorizontal

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-innervertical

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-left

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-right

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-tablesideborderoptions.html#cfn-quicksight-analysis-tablesideborderoptions-top

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableBorderOptionsProperty

Implements

CfnAnalysisPropsMixin.ITableSideBorderOptionsProperty
Back to top Generated by DocFX