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

SystemBrushes

public static class SystemBrushes
Each property of the SystemBrushes class is a SolidBrush that is the color of a Windows display element.
public static Brush ActiveBorder { get; }

Gets a SolidBrush that is the color of the active window's border.

public static Brush ActiveCaption { get; }

Gets a SolidBrush that is the color of the background of the active window's title bar.

public static Brush ActiveCaptionText { get; }

Gets a SolidBrush that is the color of the text in the active window's title bar.

public static Brush AppWorkspace { get; }

Gets a SolidBrush that is the color of the application workspace.

public static Brush ButtonFace { get; }

Gets a SolidBrush that is the face color of a 3-D element.

public static Brush ButtonHighlight { get; }

Gets a SolidBrush that is the highlight color of a 3-D element.

public static Brush ButtonShadow { get; }

Gets a SolidBrush that is the shadow color of a 3-D element.

public static Brush Control { get; }

Gets a SolidBrush that is the face color of a 3-D element.

public static Brush ControlDark { get; }

Gets a SolidBrush that is the shadow color of a 3-D element.

public static Brush ControlDarkDark { get; }

Gets a SolidBrush that is the dark shadow color of a 3-D element.

public static Brush ControlLight { get; }

Gets a SolidBrush that is the light color of a 3-D element.

public static Brush ControlLightLight { get; }

Gets a SolidBrush that is the highlight color of a 3-D element.

public static Brush ControlText { get; }

Gets a SolidBrush that is the color of text in a 3-D element.

public static Brush Desktop { get; }

Gets a SolidBrush that is the color of the desktop.

public static Brush GradientActiveCaption { get; }

Gets a SolidBrush that is the lightest color in the color gradient of an active window's title bar.

public static Brush GradientInactiveCaption { get; }

Gets a SolidBrush that is the lightest color in the color gradient of an inactive window's title bar.

public static Brush GrayText { get; }

Gets a SolidBrush that is the color of dimmed text.

public static Brush Highlight { get; }

Gets a SolidBrush that is the color of the background of selected items.

public static Brush HighlightText { get; }

Gets a SolidBrush that is the color of the text of selected items.

public static Brush HotTrack { get; }

Gets a SolidBrush that is the color used to designate a hot-tracked item.

public static Brush InactiveBorder { get; }

Gets a SolidBrush that is the color of an inactive window's border.

public static Brush InactiveCaption { get; }

Gets a SolidBrush that is the color of the background of an inactive window's title bar.

public static Brush InactiveCaptionText { get; }

Gets a SolidBrush that is the color of the text in an inactive window's title bar.

public static Brush Info { get; }

Gets a SolidBrush that is the color of the background of a ToolTip.

public static Brush InfoText { get; }

Gets a SolidBrush that is the color of the text of a ToolTip.

public static Brush Menu { get; }

Gets a SolidBrush that is the color of a menu's background.

public static Brush MenuBar { get; }

Gets a SolidBrush that is the color of the background of a menu bar.

public static Brush MenuHighlight { get; }

Gets a SolidBrush that is the color used to highlight menu items when the menu appears as a flat menu.

public static Brush MenuText { get; }

Gets a SolidBrush that is the color of a menu's text.

public static Brush ScrollBar { get; }

Gets a SolidBrush that is the color of the background of a scroll bar.

public static Brush Window { get; }

Gets a SolidBrush that is the color of the background in the client area of a window.

public static Brush WindowFrame { get; }

Gets a SolidBrush that is the color of a window frame.

public static Brush WindowText { get; }

Gets a SolidBrush that is the color of the text in the client area of a window.

public static Brush FromSystemColor(Color c)

Creates a Brush from the specified Color structure.