Interface CfnAnalysis.IFreeFormLayoutElementBorderStyleProperty
The background style configuration of a free-form layout element.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFreeFormLayoutElementBorderStyleProperty
Syntax (vb)
Public Interface IFreeFormLayoutElementBorderStyleProperty
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 freeFormLayoutElementBorderStyleProperty = new FreeFormLayoutElementBorderStyleProperty {
Color = "color",
Visibility = "visibility"
};
Synopsis
Properties
Color | The border color of a free-form layout element. |
Visibility | The border visibility of a free-form layout element. |
Properties
Color
The border color of a free-form layout element.
virtual string Color { get; }
Property Value
System.
Remarks
Visibility
The border visibility of a free-form layout element.
virtual string Visibility { get; }
Property Value
System.