Colors.Olive Property

Definition

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

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

Property Value

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

Applies to