Theme.History Field

Definition

Stores historical values of different ThemeDefinition selections. Useful for editor design Each item in list corresponds to item in Definitions list property Each Dictionary keeps track of last used ThemeDefinition configuration for a given Theme type (type must extend from InteractableThemeBase)

public: System::Collections::Generic::List<System::Collections::Generic::Dictionary<Type ^, Microsoft::MixedReality::Toolkit::UI::ThemeDefinition> ^> ^ History;
public System.Collections.Generic.List<System.Collections.Generic.Dictionary<Type,Microsoft.MixedReality.Toolkit.UI.ThemeDefinition>> History;
val mutable History : System.Collections.Generic.List<System.Collections.Generic.Dictionary<Type, Microsoft.MixedReality.Toolkit.UI.ThemeDefinition>>
Public History As List(Of Dictionary(Of Type, ThemeDefinition)) 

Field Value

Applies to