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