Theme.Definitions Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List of Theme Definition configurations. Each definition defines what type of Theme Engine to create and how to configure it
public:
 property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> ^ Definitions { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> ^ value); };public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.ThemeDefinition> Definitions { get; set; }member this.Definitions : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.ThemeDefinition> with get, setPublic Property Definitions As List(Of ThemeDefinition)