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