Class SpacerProps
Props of the spacer.
Inheritance
System.Object
SpacerProps
Implements
Namespace: Amazon.CDK.AWS.CloudWatch
Assembly: Amazon.CDK.AWS.CloudWatch.dll
Syntax (csharp)
public class SpacerProps : Object, ISpacerProps
Syntax (vb)
Public Class SpacerProps
Inherits Object
Implements ISpacerProps
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.CloudWatch;
var spacerProps = new SpacerProps {
Height = 123,
Width = 123
};
Synopsis
Constructors
SpacerProps() |
Properties
Height | Height of the spacer. |
Width | Width of the spacer. |
Constructors
SpacerProps()
public SpacerProps()
Properties
Height
Height of the spacer.
public Nullable<double> Height { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Default: : 1
Width
Width of the spacer.
public Nullable<double> Width { get; set; }
Property Value
System.Nullable<System.Double>
Remarks
Default: 1