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

Determines the name of the color. This will either return the user defined name of the color, if the color was created from a name, or the name of the known color. For custom colors, the RGB value will be returned.

[Visual Basic]
Public ReadOnly Property Name As String
[C#]
public string Name {get;}
[C++]
public: __property String* get_Name();
[JScript]
public function get Name() : String;

See Also

Color Structure | Color Members | System.Drawing Namespace