This documentation is archived and is not being maintained.

Color.DarkSalmon Property

Gets a system-defined color.

[Visual Basic]
Public Shared ReadOnly Property DarkSalmon As Color
[C#]
public static Color DarkSalmon {get;}
[C++]
public: __property static Color get_DarkSalmon();
[JScript]
public static function get DarkSalmon() : Color;

Property Value

A Color structure representing a system-defined color.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework

See Also

Color Structure | Color Members | System.Drawing Namespace

Show: