Show / Hide Table of Contents

Class CfnForm.FormStyleProperty

The FormStyle property specifies the configuration for the form's style.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyle.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 formStyleProperty = new FormStyleProperty {
    HorizontalGap = new FormStyleConfigProperty {
        TokenReference = "tokenReference",
        Value = "value"
    },
    OuterPadding = new FormStyleConfigProperty {
        TokenReference = "tokenReference",
        Value = "value"
    },
    VerticalGap = new FormStyleConfigProperty {
        TokenReference = "tokenReference",
        Value = "value"
    }
};

Synopsis

Constructors

FormStyleProperty()

Properties

HorizontalGap

The spacing for the horizontal gap.

OuterPadding

The size of the outer padding for the form.

VerticalGap

The spacing for the vertical gap.

Constructors

FormStyleProperty()

public FormStyleProperty()

Properties

HorizontalGap

The spacing for the horizontal gap.

public object HorizontalGap { get; set; }
Property Value

System.Object

Remarks

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

OuterPadding

The size of the outer padding for the form.

public object OuterPadding { get; set; }
Property Value

System.Object

Remarks

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

VerticalGap

The spacing for the vertical gap.

public object VerticalGap { get; set; }
Property Value

System.Object

Remarks

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

Implements

CfnForm.IFormStyleProperty
Back to top Generated by DocFX