Show / Hide Table of Contents

Class CfnForm.FieldPositionProperty

The FieldPosition property specifies the field position.

Inheritance
System.Object
CfnForm.FieldPositionProperty
Implements
CfnForm.IFieldPositionProperty
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.AWS.AmplifyUIBuilder.dll
Syntax (csharp)
public class FieldPositionProperty : Object, CfnForm.IFieldPositionProperty
Syntax (vb)
Public Class FieldPositionProperty
    Inherits Object
    Implements CfnForm.IFieldPositionProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.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.AWS.AmplifyUIBuilder;

var fieldPositionProperty = new FieldPositionProperty {
    Below = "below",
    Fixed = "fixed",
    RightOf = "rightOf"
};

Synopsis

Constructors

FieldPositionProperty()

Properties

Below

CfnForm.FieldPositionProperty.Below.

Fixed

CfnForm.FieldPositionProperty.Fixed.

RightOf

CfnForm.FieldPositionProperty.RightOf.

Constructors

FieldPositionProperty()

public FieldPositionProperty()

Properties

Below

CfnForm.FieldPositionProperty.Below.

public string Below { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-below

Fixed

CfnForm.FieldPositionProperty.Fixed.

public string Fixed { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-fixed

RightOf

CfnForm.FieldPositionProperty.RightOf.

public string RightOf { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-rightof

Implements

CfnForm.IFieldPositionProperty
Back to top Generated by DocFX