ThemeStateProperty.StartValue 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 starting value of this property
public:
property Microsoft::MixedReality::Toolkit::UI::ThemePropertyValue ^ StartValue { Microsoft::MixedReality::Toolkit::UI::ThemePropertyValue ^ get(); void set(Microsoft::MixedReality::Toolkit::UI::ThemePropertyValue ^ value); };
public Microsoft.MixedReality.Toolkit.UI.ThemePropertyValue StartValue { get; set; }
member this.StartValue : Microsoft.MixedReality.Toolkit.UI.ThemePropertyValue with get, set
Public Property StartValue As ThemePropertyValue