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