'Declaration
Public Shared ReadOnly Property DefaultWarningColor As Color
'Usage
Dim value As Color value = StatusToColorConverter.DefaultWarningColor
public static Color DefaultWarningColor {get;}
'Declaration
Public Shared ReadOnly Property DefaultWarningColor As Color
'Usage
Dim value As Color value = StatusToColorConverter.DefaultWarningColor
public static Color DefaultWarningColor {get;}
Equals to System.Drawing.Color.Orange, which is generally considered to mean "Warning", and as having higher severity level than System.Drawing.Color.Yellow, which is generally considered to mean "Caution" or "Advisory". This choice allows to combine the default settings with the use of System.Drawing.Color.Yellow for advisory purposes.