ColorPickerBase.

ColorNamesDictionary Property

Summary

Gets or sets a Dictionary<TKey, TValue> for looking up the ColorName
Namespace
MahApps.Metro.Controls
Containing Type
ColorPickerBase

Syntax

public Dictionary<Color?, string> ColorNamesDictionary { get; set; }

Value

Type Description
Dictionary<Color?, string>