Interface CfnTemplatePropsMixin.ISectionBasedLayoutCanvasSizeOptionsProperty
The options for the canvas of a section-based layout.
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ISectionBasedLayoutCanvasSizeOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ISectionBasedLayoutCanvasSizeOptionsProperty
Remarks
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 sectionBasedLayoutCanvasSizeOptionsProperty = new SectionBasedLayoutCanvasSizeOptionsProperty {
PaperCanvasSizeOptions = new SectionBasedLayoutPaperCanvasSizeOptionsProperty {
PaperMargin = new SpacingProperty {
Bottom = "bottom",
Left = "left",
Right = "right",
Top = "top"
},
PaperOrientation = "paperOrientation",
PaperSize = "paperSize"
}
};
Synopsis
Properties
| PaperCanvasSizeOptions | The options for a paper canvas of a section-based layout. |
Properties
PaperCanvasSizeOptions
The options for a paper canvas of a section-based layout.
object? PaperCanvasSizeOptions { get; }
Property Value
Remarks
Type union: either IResolvable or CfnTemplatePropsMixin.ISectionBasedLayoutPaperCanvasSizeOptionsProperty