| Overload | Description |
|---|---|
| Implicit Type Conversion(ColorProperty,Color) | Implicit conversion from System.Drawing.Color to ColorProperty. |
| Implicit Type Conversion(ColorProperty,KnownColor) | Implicit conversion from System.Drawing.KnownColor to ColorProperty. |
| Implicit Type Conversion(ColorProperty,String) | Implicit conversion from a string representation of color to ColorProperty. |
| Implicit Type Conversion(Color,ColorProperty) | Implicit conversion from ColorProperty to System.Drawing.Color. |
