Interactable.ActiveThemes 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.
The list of running theme instances to receive state changes When the dimension index changes, activeThemes updates to those assigned to that dimension.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::UI::InteractableThemeBase ^> ^ ActiveThemes { System::Collections::Generic::IReadOnlyList<Microsoft::MixedReality::Toolkit::UI::InteractableThemeBase ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.UI.InteractableThemeBase> ActiveThemes { get; }
member this.ActiveThemes : System.Collections.Generic.IReadOnlyList<Microsoft.MixedReality.Toolkit.UI.InteractableThemeBase>
Public ReadOnly Property ActiveThemes As IReadOnlyList(Of InteractableThemeBase)