Interface CfnDashboardPropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty
Configuration options for the canvas of a free-form layout.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty
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 freeFormLayoutCanvasSizeOptionsProperty = new FreeFormLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new FreeFormLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth"
}
};
Synopsis
Properties
| ScreenCanvasSizeOptions | The options that determine the sizing of the canvas used in a free-form layout. |
Properties
ScreenCanvasSizeOptions
The options that determine the sizing of the canvas used in a free-form layout.
object? ScreenCanvasSizeOptions { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IFreeFormLayoutScreenCanvasSizeOptionsProperty