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.IsKnownColor

Determines if this color is a known (predefined) color. Predefined colors are defined in the KnownColor enum.

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

See Also

Color Structure | Color Members | System.Drawing Namespace