Interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty
The options that determine the default settings for a grid layout configuration.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.IDefaultGridLayoutConfigurationProperty
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 defaultGridLayoutConfigurationProperty = new DefaultGridLayoutConfigurationProperty {
CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth",
ResizeOption = "resizeOption"
}
}
};
Synopsis
Properties
| CanvasSizeOptions | Determines the screen canvas size options for a grid layout. |
Properties
CanvasSizeOptions
Determines the screen canvas size options for a grid layout.
object? CanvasSizeOptions { get; }
Property Value
Remarks
Type union: either IResolvable or CfnDashboardPropsMixin.IGridLayoutCanvasSizeOptionsProperty