Class CfnForm.FieldPositionProperty
The FieldPosition property specifies the field position.
Inheritance
System.Object
CfnForm.FieldPositionProperty
Implements
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
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 |
|
| Fixed |
|
| RightOf |
|
Constructors
FieldPositionProperty()
public FieldPositionProperty()
Properties
Below
CfnForm.FieldPositionProperty.Below.
public string Below { get; set; }
Property Value
System.String
Remarks
Fixed
CfnForm.FieldPositionProperty.Fixed.
public string Fixed { get; set; }
Property Value
System.String
Remarks
RightOf
CfnForm.FieldPositionProperty.RightOf.
public string RightOf { get; set; }
Property Value
System.String