Show / Hide Table of Contents

Class CfnAnalysis.GridLayoutCanvasSizeOptionsProperty

Configuration options for the canvas of a grid layout.

Inheritance
object
CfnAnalysis.GridLayoutCanvasSizeOptionsProperty
Implements
CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAnalysis.GridLayoutCanvasSizeOptionsProperty : CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.GridLayoutCanvasSizeOptionsProperty Implements CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutcanvassizeoptions.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 gridLayoutCanvasSizeOptionsProperty = new GridLayoutCanvasSizeOptionsProperty {
                 ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
                     ResizeOption = "resizeOption",

                     // the properties below are optional
                     OptimizedViewPortWidth = "optimizedViewPortWidth"
                 }
             };

Synopsis

Constructors

GridLayoutCanvasSizeOptionsProperty()

Configuration options for the canvas of a grid layout.

Properties

ScreenCanvasSizeOptions

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

Constructors

GridLayoutCanvasSizeOptionsProperty()

Configuration options for the canvas of a grid layout.

public GridLayoutCanvasSizeOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutcanvassizeoptions.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 gridLayoutCanvasSizeOptionsProperty = new GridLayoutCanvasSizeOptionsProperty {
                 ScreenCanvasSizeOptions = new GridLayoutScreenCanvasSizeOptionsProperty {
                     ResizeOption = "resizeOption",

                     // the properties below are optional
                     OptimizedViewPortWidth = "optimizedViewPortWidth"
                 }
             };

Properties

ScreenCanvasSizeOptions

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

public object? ScreenCanvasSizeOptions { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutcanvassizeoptions.html#cfn-quicksight-analysis-gridlayoutcanvassizeoptions-screencanvassizeoptions

Implements

CfnAnalysis.IGridLayoutCanvasSizeOptionsProperty
Back to top Generated by DocFX