Hi,

Can I xml serialize the property of type Color?

The following doesn't work:

[TypeConverter(t ypeof(ColorConv erter))]
[XmlElement(type of(string))]
public Color TextColor
{ get; set; }

How?

-- thanks...