Class CfnFeedPropsMixin.AspectRatioProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFeedPropsMixin.AspectRatioProperty : CfnFeedPropsMixin.IAspectRatioProperty
Syntax (vb)
Public Class CfnFeedPropsMixin.AspectRatioProperty Implements CfnFeedPropsMixin.IAspectRatioProperty
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.CfnPropertyMixins.AWS.ElementalInference;
var aspectRatioProperty = new AspectRatioProperty {
Height = 123,
Width = 123
};
Synopsis
Constructors
| AspectRatioProperty() |
Properties
| Height | |
| Width |
Constructors
AspectRatioProperty()
public AspectRatioProperty()
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.CfnPropertyMixins.AWS.ElementalInference;
var aspectRatioProperty = new AspectRatioProperty {
Height = 123,
Width = 123
};
Properties
Height
public double? Height { get; set; }
Property Value
Remarks
Width
public double? Width { get; set; }