Converts between Color values and names.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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.WpfElements..::.ColorToNameConverter

See Also