Class CfnAnalysis.GridLayoutCanvasSizeOptionsProperty
Configuration options for the canvas of a grid layout.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GridLayoutCanvasSizeOptionsProperty : Object, CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
Syntax (vb)
Public Class GridLayoutCanvasSizeOptionsProperty
Inherits Object
Implements CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
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 gridLayoutCanvasSizeOptionsProperty = new GridLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
ResizeOption = "resizeOption",
// the properties below are optional
OptimizedViewPortWidth = "optimizedViewPortWidth"
}
};
Synopsis
Constructors
Grid |
Properties
Screen |
The options that determine the sizing of the canvas used in a grid layout. |
Constructors
GridLayoutCanvasSizeOptionsProperty()
public GridLayoutCanvasSizeOptionsProperty()
Properties
ScreenCanvasSizeOptions
The options that determine the sizing of the canvas used in a grid layout.
public object ScreenCanvasSizeOptions { get; set; }
Property Value
System.