Interface CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
The options that determine the sizing of the canvas used in a grid layout.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGridLayoutScreenCanvasSizeOptionsProperty
Syntax (vb)
Public Interface 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.AWS.QuickSight;
var gridLayoutScreenCanvasSizeOptionsProperty = new GridLayoutScreenCanvasSizeOptionsProperty {
ResizeOption = "resizeOption",
// the properties below are optional
OptimizedViewPortWidth = "optimizedViewPortWidth"
};
Synopsis
Properties
Optimized |
The width that the view port will be optimized for when the layout renders. |
Resize |
This value determines the layout behavior when the viewport is resized. |
Properties
OptimizedViewPortWidth
The width that the view port will be optimized for when the layout renders.
virtual string OptimizedViewPortWidth { get; }
Property Value
System.
Remarks
ResizeOption
This value determines the layout behavior when the viewport is resized.
string ResizeOption { get; }
Property Value
System.