Class CfnTemplate.TableBorderOptionsProperty
The border options for a table border.
Inheritance
System.Object
CfnTemplate.TableBorderOptionsProperty
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TableBorderOptionsProperty : Object, CfnTemplate.ITableBorderOptionsProperty
Syntax (vb)
Public Class TableBorderOptionsProperty
Inherits Object
Implements CfnTemplate.ITableBorderOptionsProperty
Remarks
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() |
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()
public TableBorderOptionsProperty()
Properties
Color
The color of a table border.
public string Color { get; set; }
Property Value
System.String
Remarks
Style
The style (none, solid) of a table border.
public string Style { get; set; }
Property Value
System.String
Remarks
Thickness
The thickness of a table border.
public Nullable<double> Thickness { get; set; }
Property Value
System.Nullable<System.Double>