<PackageReference Include="System.Drawing.Common" Version="10.0.4" />

System.Drawing.SystemBrushes

public static class SystemBrushes
Each property of the SystemBrushes class is a SolidBrush that is the color of a Windows display element.
namespace System.Drawing { public static class SystemBrushes { public static Brush ActiveBorder { get; } public static Brush ActiveCaption { get; } public static Brush ActiveCaptionText { get; } public static Brush AppWorkspace { get; } public static Brush ButtonFace { get; } public static Brush ButtonHighlight { get; } public static Brush ButtonShadow { get; } public static Brush Control { get; } public static Brush ControlDark { get; } public static Brush ControlDarkDark { get; } public static Brush ControlLight { get; } public static Brush ControlLightLight { get; } public static Brush ControlText { get; } public static Brush Desktop { get; } public static Brush GradientActiveCaption { get; } public static Brush GradientInactiveCaption { get; } public static Brush GrayText { get; } public static Brush Highlight { get; } public static Brush HighlightText { get; } public static Brush HotTrack { get; } public static Brush InactiveBorder { get; } public static Brush InactiveCaption { get; } public static Brush InactiveCaptionText { get; } public static Brush Info { get; } public static Brush InfoText { get; } public static Brush Menu { get; } public static Brush MenuBar { get; } public static Brush MenuHighlight { get; } public static Brush MenuText { get; } public static Brush ScrollBar { get; } public static Brush Window { get; } public static Brush WindowFrame { get; } public static Brush WindowText { get; } public static Brush FromSystemColor(Color c); } }