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 ISpacingProperty
Syntax (vb)
Public Interface 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.
virtual string Bottom { get; }
Property Value
System.
Remarks
Left
Define the left spacing.
virtual string Left { get; }
Property Value
System.
Remarks
Right
Define the right spacing.
virtual string Right { get; }
Property Value
System.
Remarks
Top
Define the top spacing.
virtual string Top { get; }
Property Value
System.