Field TypeSystemDrawingSystemColors
Gets the type for 'System.Drawing.SystemColors' if the 'System.Drawing' assembly is loaded.
public static readonly Lazy<Type?> TypeSystemDrawingSystemColors
Returns
- Lazy<Type>
- Gets the type for 'System.Drawing.SystemColors' if the 'System.Drawing' assembly is loaded.
Remarks
Returns null
if the 'System.Drawing' assembly is not
loaded or the type cannot be found.