NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Color.IsNamedColor

Determines if the color can be converted to a name, that is if it has a name or is a KnownColor.

[Visual Basic]
Public ReadOnly Property IsNamedColor As Boolean
[C#]
public bool IsNamedColor {get;}
[C++]
public: __property bool get_IsNamedColor();
[JScript]
public function get IsNamedColor() : Boolean;

See Also

Color Structure | Color Members | System.Drawing Namespace