Show / Hide Table of Contents

Class CfnTemplate.TableBorderOptionsProperty

The border options for a table border.

Inheritance
object
CfnTemplate.TableBorderOptionsProperty
Implements
CfnTemplate.ITableBorderOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.TableBorderOptionsProperty : CfnTemplate.ITableBorderOptionsProperty
Syntax (vb)
Public Class CfnTemplate.TableBorderOptionsProperty Implements 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

Constructors

TableBorderOptionsProperty()

The border options for a table border.

Properties

Color

The color of a table border.

Style

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

Thickness

The thickness of a table border.

Constructors

TableBorderOptionsProperty()

The border options for a table border.

public TableBorderOptionsProperty()
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
             };

Properties

Color

The color of a table border.

public string? Color { get; set; }
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.

public string? Style { get; set; }
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.

public double? Thickness { get; set; }
Property Value

double?

Remarks

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

Implements

CfnTemplate.ITableBorderOptionsProperty
Back to top Generated by DocFX