Interface CfnAnalysis.IGridLayoutConfigurationProperty
The configuration for a grid layout. Also called a tiled layout.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGridLayoutConfigurationProperty
Syntax (vb)
Public Interface IGridLayoutConfigurationProperty
Remarks
Visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size.
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 gridLayoutConfigurationProperty = new GridLayoutConfigurationProperty {
Elements = new [] { new GridLayoutElementProperty {
ColumnSpan = 123,
ElementId = "elementId",
ElementType = "elementType",
RowSpan = 123,
// the properties below are optional
ColumnIndex = 123,
RowIndex = 123
} },
// the properties below are optional
CanvasSizeOptions = new GridLayoutCanvasSizeOptionsProperty {
ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
ResizeOption = "resizeOption",
// the properties below are optional
OptimizedViewPortWidth = "optimizedViewPortWidth"
}
}
};
Synopsis
Properties
CanvasSizeOptions | |
Elements | The elements that are included in a grid layout. |
Properties
CanvasSizeOptions
virtual object CanvasSizeOptions { get; }
Property Value
System.Object
Remarks
Elements
The elements that are included in a grid layout.
object Elements { get; }
Property Value
System.Object