Show / Hide Table of Contents

Class CfnDashboard.GridLayoutScreenCanvasSizeOptionsProperty

The options that determine the sizing of the canvas used in a grid layout.

Inheritance
System.Object
CfnDashboard.GridLayoutScreenCanvasSizeOptionsProperty
Implements
CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class GridLayoutScreenCanvasSizeOptionsProperty : Object, CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
Syntax (vb)
Public Class GridLayoutScreenCanvasSizeOptionsProperty
    Inherits Object
    Implements CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.html

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

Constructors

GridLayoutScreenCanvasSizeOptionsProperty()

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()

public GridLayoutScreenCanvasSizeOptionsProperty()

Properties

OptimizedViewPortWidth

The width that the view port will be optimized for when the layout renders.

public string OptimizedViewPortWidth { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-optimizedviewportwidth

ResizeOption

This value determines the layout behavior when the viewport is resized.

public string ResizeOption { get; set; }
Property Value

System.String

Remarks

    Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-resizeoption

    Implements

    CfnDashboard.IGridLayoutScreenCanvasSizeOptionsProperty
    Back to top Generated by DocFX