Interface CfnAnalysis.ISpacingProperty
The configuration of spacing (often a margin or padding).
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ISpacingProperty
Syntax (vb)
Public Interface CfnAnalysis.ISpacingProperty
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 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
Remarks
Left
Define the left spacing.
string? Left { get; }
Property Value
Remarks
Right
Define the right spacing.
string? Right { get; }
Property Value
Remarks
Top
Define the top spacing.
string? Top { get; }