Share via


StorableColorTheme.Values Property

Definition

Gets the values collection so it's available for serialization.

public:
 property System::Collections::ObjectModel::Collection<System::Windows::Media::Color> ^ Values { System::Collections::ObjectModel::Collection<System::Windows::Media::Color> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Media.Color> Values { get; }
member this.Values : System.Collections.ObjectModel.Collection<System.Windows.Media.Color>
Public ReadOnly Property Values As Collection(Of Color)

Property Value

Applies to