Show / Hide Table of Contents

Class CfnFeedPropsMixin.AspectRatioProperty

Inheritance
object
CfnFeedPropsMixin.AspectRatioProperty
Implements
CfnFeedPropsMixin.IAspectRatioProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-aspectratio.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.CfnPropertyMixins.AWS.ElementalInference;

             var aspectRatioProperty = new AspectRatioProperty {
                 Height = 123,
                 Width = 123
             };

Synopsis

Constructors

AspectRatioProperty()

Properties

Height
Width

Constructors

AspectRatioProperty()

public AspectRatioProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-aspectratio.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.CfnPropertyMixins.AWS.ElementalInference;

             var aspectRatioProperty = new AspectRatioProperty {
                 Height = 123,
                 Width = 123
             };

Properties

Height

public double? Height { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-aspectratio.html#cfn-elementalinference-feed-aspectratio-height

Width

public double? Width { get; set; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elementalinference-feed-aspectratio.html#cfn-elementalinference-feed-aspectratio-width

Implements

CfnFeedPropsMixin.IAspectRatioProperty
Back to top Generated by DocFX