Show / Hide Table of Contents

Class CfnAnalysis.SectionBasedLayoutPaperCanvasSizeOptionsProperty

The options for a paper canvas of a section-based layout.

Inheritance
object
CfnAnalysis.SectionBasedLayoutPaperCanvasSizeOptionsProperty
Implements
CfnAnalysis.ISectionBasedLayoutPaperCanvasSizeOptionsProperty
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.SectionBasedLayoutPaperCanvasSizeOptionsProperty : CfnAnalysis.ISectionBasedLayoutPaperCanvasSizeOptionsProperty
Syntax (vb)
Public Class CfnAnalysis.SectionBasedLayoutPaperCanvasSizeOptionsProperty Implements CfnAnalysis.ISectionBasedLayoutPaperCanvasSizeOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sectionbasedlayoutpapercanvassizeoptions.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 sectionBasedLayoutPaperCanvasSizeOptionsProperty = new SectionBasedLayoutPaperCanvasSizeOptionsProperty {
                 PaperMargin = new SpacingProperty {
                     Bottom = "bottom",
                     Left = "left",
                     Right = "right",
                     Top = "top"
                 },
                 PaperOrientation = "paperOrientation",
                 PaperSize = "paperSize"
             };

Synopsis

Constructors

SectionBasedLayoutPaperCanvasSizeOptionsProperty()

The options for a paper canvas of a section-based layout.

Properties

PaperMargin

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

PaperOrientation

The paper orientation that is used to define canvas dimensions. Choose one of the following options:.

PaperSize

The paper size that is used to define canvas dimensions.

Constructors

SectionBasedLayoutPaperCanvasSizeOptionsProperty()

The options for a paper canvas of a section-based layout.

public SectionBasedLayoutPaperCanvasSizeOptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sectionbasedlayoutpapercanvassizeoptions.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 sectionBasedLayoutPaperCanvasSizeOptionsProperty = new SectionBasedLayoutPaperCanvasSizeOptionsProperty {
                 PaperMargin = new SpacingProperty {
                     Bottom = "bottom",
                     Left = "left",
                     Right = "right",
                     Top = "top"
                 },
                 PaperOrientation = "paperOrientation",
                 PaperSize = "paperSize"
             };

Properties

PaperMargin

Defines the spacing between the canvas content and the top, bottom, left, and right edges.

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

object

Remarks

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

PaperOrientation

The paper orientation that is used to define canvas dimensions. Choose one of the following options:.

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

string

Remarks

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

    PaperSize

    The paper size that is used to define canvas dimensions.

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

    string

    Remarks

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

    Implements

    CfnAnalysis.ISectionBasedLayoutPaperCanvasSizeOptionsProperty
    Back to top Generated by DocFX