Converts between Color values and names.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[ValueConversionAttribute(typeof(Color), typeof(string))]
public class ColorToNameConverter : IValueConverter
Visual Basic (Declaration)
<ValueConversionAttribute(GetType(Color), GetType(String))> _
Public Class ColorToNameConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfPropertyGrid..::.ColorToNameConverter

See Also