Table of Contents

Field TypeSystemDrawingSystemColors

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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.