Gets or sets a list of NamedColor objects.
This is a dependency property.
Namespace: Mindscape.PhoneElementsAssembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<NamedColor> NamedColors { get; set; } |
| Visual Basic |
|---|
Public Property NamedColors As ReadOnlyCollection(Of NamedColor) Get Set |
| Visual C++ |
|---|
public: property ReadOnlyCollection<NamedColor^>^ NamedColors { ReadOnlyCollection<NamedColor^>^ get (); void set (ReadOnlyCollection<NamedColor^>^ value); } |