Converts between Color values and names.
Namespace:
Mindscape.WpfPropertyGridAssembly: 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 |