Gets or sets the NamedColors.
This is a dependency property.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<ColorPickerItem> NamedColors { get; set; } |
| Visual Basic |
|---|
Public Property NamedColors As ReadOnlyCollection(Of ColorPickerItem) Get Set |
| Visual C++ |
|---|
public: property ReadOnlyCollection<ColorPickerItem^>^ NamedColors { ReadOnlyCollection<ColorPickerItem^>^ get (); void set (ReadOnlyCollection<ColorPickerItem^>^ value); } |