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