AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the field position.

Inheritance Hierarchy

System.Object
  Amazon.AmplifyUIBuilder.Model.FieldPosition

Namespace: Amazon.AmplifyUIBuilder.Model
Assembly: AWSSDK.AmplifyUIBuilder.dll
Version: 3.x.y.z

Syntax

C#
public class FieldPosition

The FieldPosition type exposes the following members

Constructors

NameDescription
Public Method FieldPosition()

Properties

NameTypeDescription
Public Property Below System.String

Gets and sets the property Below.

The field position is below the field specified by the string.

Public Property Fixed Amazon.AmplifyUIBuilder.FixedPosition

Gets and sets the property Fixed.

The field position is fixed and doesn't change in relation to other fields.

Public Property RightOf System.String

Gets and sets the property RightOf.

The field position is to the right of the field specified by the string.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5