Show / Hide Table of Contents

Interface CfnDashboard.ISpacingProperty

The configuration of spacing (often a margin or padding).

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ISpacingProperty
Syntax (vb)
Public Interface CfnDashboard.ISpacingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spacing.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 spacingProperty = new SpacingProperty {
                 Bottom = "bottom",
                 Left = "left",
                 Right = "right",
                 Top = "top"
             };

Synopsis

Properties

Bottom

Define the bottom spacing.

Left

Define the left spacing.

Right

Define the right spacing.

Top

Define the top spacing.

Properties

Bottom

Define the bottom spacing.

string? Bottom { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spacing.html#cfn-quicksight-dashboard-spacing-bottom

Left

Define the left spacing.

string? Left { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spacing.html#cfn-quicksight-dashboard-spacing-left

Right

Define the right spacing.

string? Right { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spacing.html#cfn-quicksight-dashboard-spacing-right

Top

Define the top spacing.

string? Top { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-spacing.html#cfn-quicksight-dashboard-spacing-top

Back to top Generated by DocFX