Interface CfnTemplatePropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty
Configuration options for the canvas of a free-form layout.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IFreeFormLayoutCanvasSizeOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.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.Mixins.Preview.AWS.QuickSight.Mixins;
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 CfnTemplatePropsMixin.IFreeFormLayoutScreenCanvasSizeOptionsProperty