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
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
Remarks
Value
The value of the style setting.
string? Value { get; }