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

System.Drawing.SystemPens

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