'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> Public Shared ReadOnly Property DefaultWarningColor As Color
'Usage
Dim value As Color value = StatusToColorConverter.DefaultWarningColor
[DebuggerBrowsable(DebuggerBrowsableState.Never)] public static Color DefaultWarningColor {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] public: static property Color DefaultWarningColor { Color get(); }