Theme.States 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.
Associated States object to use with this theme. Defines the states available for each Theme to utilize
public:
property Microsoft::MixedReality::Toolkit::UI::States ^ States { Microsoft::MixedReality::Toolkit::UI::States ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::States ^ value); };
public Microsoft.MixedReality.Toolkit.UI.States States { get; set; }
member this.States : Microsoft.MixedReality.Toolkit.UI.States with get, set
Public Property States As States