Show / Hide Table of Contents

Class CfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty

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

Inheritance
object
CfnTemplatePropsMixin.GridLayoutScreenCanvasSizeOptionsProperty
Implements
CfnTemplatePropsMixin.IGridLayoutScreenCanvasSizeOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.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

string

Remarks

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

ResizeOption

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

public string? ResizeOption { get; set; }
Property Value

string

Remarks

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

    Implements

    CfnTemplatePropsMixin.IGridLayoutScreenCanvasSizeOptionsProperty
    Back to top Generated by DocFX