ThemeDefinition.CustomProperties Property

Definition

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)

Property Value

Applies to