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