Redigera

Theme.Definitions Property

Definition

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, set
Public Property Definitions As List(Of ThemeDefinition)

Property Value

Applies to