ThemeDefinition.CustomProperties 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.
List of single-value properties defined for the entire Theme engine regardless of the current state
public:
property System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeProperty ^> ^ CustomProperties { System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeProperty ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::MixedReality::Toolkit::UI::ThemeProperty ^> ^ value); };
public System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.ThemeProperty> CustomProperties { get; set; }
member this.CustomProperties : System.Collections.Generic.List<Microsoft.MixedReality.Toolkit.UI.ThemeProperty> with get, set
Public Property CustomProperties As List(Of ThemeProperty)