Interface CfnDashboardPropsMixin.IGridLayoutElementBorderStyleProperty
The border style configuration of a grid layout element.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IGridLayoutElementBorderStyleProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IGridLayoutElementBorderStyleProperty
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.CfnPropertyMixins.AWS.QuickSight;
var gridLayoutElementBorderStyleProperty = new GridLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility",
Width = "width"
};
Synopsis
Properties
| Color | The border color of a grid layout element. |
| Visibility | The border visibility of a grid layout element. |
| Width | The border width of a grid layout element. |
Properties
Color
The border color of a grid layout element.
string? Color { get; }
Property Value
Remarks
Visibility
The border visibility of a grid layout element.
string? Visibility { get; }
Property Value
Remarks
Width
The border width of a grid layout element.
string? Width { get; }