Class ThemeProperty
A simple property with name value and type, used for serialization The custom settings are used in themes to expose properties needed to enhance theme functionality
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.UI
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class ThemeProperty
Fields
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Type
Declaration
public ThemePropertyTypes Type
Field Value
Type | Description |
---|---|
ThemePropertyTypes |
Value
Declaration
public ThemePropertyValue Value
Field Value
Type | Description |
---|---|
ThemePropertyValue |