QuickOPC User's Guide and Reference
DefaultNormalColor Property



OpcLabs.BaseLibComponents Assembly > OpcLabs.BaseLib.Components Namespace > StatusToColorConverter Class : DefaultNormalColor Property
The default Normal color.
Syntax
'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();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also