Colors.Navy Property

Definition

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

public:
 static property Color Navy { Color get(); };
static Color Navy();
public static Color Navy { get; }
var color = Colors.navy;
Public Shared ReadOnly Property Navy As Color

Property Value

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

Applies to