Show / Hide Table of Contents

Interface CfnFormPropsMixin.IFormStyleConfigProperty

The FormStyleConfig property specifies the configuration settings for the form's style properties.

Namespace: Amazon.CDK.Mixins.Preview.AWS.AmplifyUIBuilder.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFormPropsMixin.IFormStyleConfigProperty
Syntax (vb)
Public Interface CfnFormPropsMixin.IFormStyleConfigProperty
Remarks

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

             var formStyleConfigProperty = new FormStyleConfigProperty {
                 TokenReference = "tokenReference",
                 Value = "value"
             };

Synopsis

Properties

TokenReference

A reference to a design token to use to bind the form's style properties to an existing theme.

Value

The value of the style setting.

Properties

TokenReference

A reference to a design token to use to bind the form's style properties to an existing theme.

string? TokenReference { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyleconfig.html#cfn-amplifyuibuilder-form-formstyleconfig-tokenreference

Value

The value of the style setting.

string? Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyleconfig.html#cfn-amplifyuibuilder-form-formstyleconfig-value

Back to top Generated by DocFX