SystemColors.Desktop Property

Definition

Gets a Color structure that is the color of the desktop.

public:
 static property System::Drawing::Color Desktop { System::Drawing::Color get(); };
public static System.Drawing.Color Desktop { get; }
static member Desktop : System.Drawing.Color
Public Shared ReadOnly Property Desktop As Color

Property Value

A Color that is the color of the desktop.

Applies to