Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.SpacingProperty

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

Inheritance
object
CfnAnalysisPropsMixin.SpacingProperty
Implements
CfnAnalysisPropsMixin.ISpacingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.SpacingProperty : CfnAnalysisPropsMixin.ISpacingProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.SpacingProperty Implements CfnAnalysisPropsMixin.ISpacingProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var spacingProperty = new SpacingProperty {
                 Bottom = "bottom",
                 Left = "left",
                 Right = "right",
                 Top = "top"
             };

Synopsis

Constructors

SpacingProperty()

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

Properties

Bottom

Define the bottom spacing.

Left

Define the left spacing.

Right

Define the right spacing.

Top

Define the top spacing.

Constructors

SpacingProperty()

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

public SpacingProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-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.Mixins.Preview.AWS.QuickSight.Mixins;

             var spacingProperty = new SpacingProperty {
                 Bottom = "bottom",
                 Left = "left",
                 Right = "right",
                 Top = "top"
             };

Properties

Bottom

Define the bottom spacing.

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

string

Remarks

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

Left

Define the left spacing.

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

string

Remarks

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

Right

Define the right spacing.

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

string

Remarks

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

Top

Define the top spacing.

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

string

Remarks

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

Implements

CfnAnalysisPropsMixin.ISpacingProperty
Back to top Generated by DocFX