Class CfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty
The options that determine the sizing of the canvas used in a grid layout.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty : CfnTemplatePropsMixin.IGridLayoutScreenCanvasSizeOptionsProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty Implements CfnTemplatePropsMixin.IGridLayoutScreenCanvasSizeOptionsProperty
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 gridLayoutScreenCanvasSizeOptionsProperty = new GridLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth",
ResizeOption = "resizeOption"
};
Synopsis
Constructors
| GridLayoutScreenCanvasSizeOptionsProperty() | The options that determine the sizing of the canvas used in a grid layout. |
Properties
| OptimizedViewPortWidth | The width that the view port will be optimized for when the layout renders. |
| ResizeOption | This value determines the layout behavior when the viewport is resized. |
Constructors
GridLayoutScreenCanvasSizeOptionsProperty()
The options that determine the sizing of the canvas used in a grid layout.
public GridLayoutScreenCanvasSizeOptionsProperty()
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 gridLayoutScreenCanvasSizeOptionsProperty = new GridLayoutScreenCanvasSizeOptionsProperty {
OptimizedViewPortWidth = "optimizedViewPortWidth",
ResizeOption = "resizeOption"
};
Properties
OptimizedViewPortWidth
The width that the view port will be optimized for when the layout renders.
public string? OptimizedViewPortWidth { get; set; }
Property Value
Remarks
ResizeOption
This value determines the layout behavior when the viewport is resized.
public string? ResizeOption { get; set; }