Color.Navy Property

Definition

Gets a system-defined color that has an ARGB value of #FF000080.

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

Property Value

A Color representing a system-defined color.

Applies to