Show / Hide Table of Contents

Class CfnTheme.ThemeValueProperty

The ThemeValue property specifies the configuration of a theme's properties.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.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;

ThemeValuesProperty themeValuesProperty_;

var themeValueProperty = new ThemeValueProperty {
    Children = new [] { new ThemeValuesProperty {
        Key = "key",
        Value = new ThemeValueProperty {
            Children = new [] { themeValuesProperty_ },
            Value = "value"
        }
    } },
    Value = "value"
};

Synopsis

Constructors

ThemeValueProperty()

Properties

Children

A list of key-value pairs that define the theme's properties.

Value

The value of a theme property.

Constructors

ThemeValueProperty()

public ThemeValueProperty()

Properties

Children

A list of key-value pairs that define the theme's properties.

public object Children { get; set; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html#cfn-amplifyuibuilder-theme-themevalue-children

Value

The value of a theme property.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-theme-themevalue.html#cfn-amplifyuibuilder-theme-themevalue-value

Implements

CfnTheme.IThemeValueProperty
Back to top Generated by DocFX