Class CfnTheme.ThemeValuesProperty
The ThemeValues
property specifies key-value pair that defines a property of a theme.
Inheritance
System.Object
CfnTheme.ThemeValuesProperty
Implements
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ThemeValuesProperty : Object, CfnTheme.IThemeValuesProperty
Syntax (vb)
Public Class ThemeValuesProperty
Inherits Object
Implements CfnTheme.IThemeValuesProperty
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.AWS.AmplifyUIBuilder;
ThemeValuesProperty themeValuesProperty_;
var themeValuesProperty = new ThemeValuesProperty {
Key = "key",
Value = new ThemeValueProperty {
Children = new [] { themeValuesProperty_ },
Value = "value"
}
};
Synopsis
Constructors
ThemeValuesProperty() |
Properties
Key | The name of the property. |
Value | The value of the property. |
Constructors
ThemeValuesProperty()
public ThemeValuesProperty()
Properties
Key
The name of the property.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
The value of the property.
public object Value { get; set; }
Property Value
System.Object