System.Drawing.Brushes
Brushes for all the standard colors. This class cannot be inherited.
namespace System.Drawing
{
public static class Brushes
{
public static Brush AliceBlue { get; }
public static Brush AntiqueWhite { get; }
public static Brush Aqua { get; }
public static Brush Aquamarine { get; }
public static Brush Azure { get; }
public static Brush Beige { get; }
public static Brush Bisque { get; }
public static Brush Black { get; }
public static Brush BlanchedAlmond { get; }
public static Brush Blue { get; }
public static Brush BlueViolet { get; }
public static Brush Brown { get; }
public static Brush BurlyWood { get; }
public static Brush CadetBlue { get; }
public static Brush Chartreuse { get; }
public static Brush Chocolate { get; }
public static Brush Coral { get; }
public static Brush CornflowerBlue { get; }
public static Brush Cornsilk { get; }
public static Brush Crimson { get; }
public static Brush Cyan { get; }
public static Brush DarkBlue { get; }
public static Brush DarkCyan { get; }
public static Brush DarkGoldenrod { get; }
public static Brush DarkGray { get; }
public static Brush DarkGreen { get; }
public static Brush DarkKhaki { get; }
public static Brush DarkMagenta { get; }
public static Brush DarkOliveGreen { get; }
public static Brush DarkOrange { get; }
public static Brush DarkOrchid { get; }
public static Brush DarkRed { get; }
public static Brush DarkSalmon { get; }
public static Brush DarkSeaGreen { get; }
public static Brush DarkSlateBlue { get; }
public static Brush DarkSlateGray { get; }
public static Brush DarkTurquoise { get; }
public static Brush DarkViolet { get; }
public static Brush DeepPink { get; }
public static Brush DeepSkyBlue { get; }
public static Brush DimGray { get; }
public static Brush DodgerBlue { get; }
public static Brush Firebrick { get; }
public static Brush FloralWhite { get; }
public static Brush ForestGreen { get; }
public static Brush Fuchsia { get; }
public static Brush Gainsboro { get; }
public static Brush GhostWhite { get; }
public static Brush Gold { get; }
public static Brush Goldenrod { get; }
public static Brush Gray { get; }
public static Brush Green { get; }
public static Brush GreenYellow { get; }
public static Brush Honeydew { get; }
public static Brush HotPink { get; }
public static Brush IndianRed { get; }
public static Brush Indigo { get; }
public static Brush Ivory { get; }
public static Brush Khaki { get; }
public static Brush Lavender { get; }
public static Brush LavenderBlush { get; }
public static Brush LawnGreen { get; }
public static Brush LemonChiffon { get; }
public static Brush LightBlue { get; }
public static Brush LightCoral { get; }
public static Brush LightCyan { get; }
public static Brush LightGoldenrodYellow { get; }
public static Brush LightGray { get; }
public static Brush LightGreen { get; }
public static Brush LightPink { get; }
public static Brush LightSalmon { get; }
public static Brush LightSeaGreen { get; }
public static Brush LightSkyBlue { get; }
public static Brush LightSlateGray { get; }
public static Brush LightSteelBlue { get; }
public static Brush LightYellow { get; }
public static Brush Lime { get; }
public static Brush LimeGreen { get; }
public static Brush Linen { get; }
public static Brush Magenta { get; }
public static Brush Maroon { get; }
public static Brush MediumAquamarine { get; }
public static Brush MediumBlue { get; }
public static Brush MediumOrchid { get; }
public static Brush MediumPurple { get; }
public static Brush MediumSeaGreen { get; }
public static Brush MediumSlateBlue { get; }
public static Brush MediumSpringGreen { get; }
public static Brush MediumTurquoise { get; }
public static Brush MediumVioletRed { get; }
public static Brush MidnightBlue { get; }
public static Brush MintCream { get; }
public static Brush MistyRose { get; }
public static Brush Moccasin { get; }
public static Brush { get; }
public static Brush { get; }
public static Brush OldLace { get; }
public static Brush Olive { get; }
public static Brush OliveDrab { get; }
public static Brush Orange { get; }
public static Brush OrangeRed { get; }
public static Brush Orchid { get; }
public static Brush PaleGoldenrod { get; }
public static Brush PaleGreen { get; }
public static Brush PaleTurquoise { get; }
public static Brush PaleVioletRed { get; }
public static Brush PapayaWhip { get; }
public static Brush PeachPuff { get; }
public static Brush Peru { get; }
public static Brush Pink { get; }
public static Brush Plum { get; }
public static Brush PowderBlue { get; }
public static Brush Purple { get; }
public static Brush Red { get; }
public static Brush RosyBrown { get; }
public static Brush RoyalBlue { get; }
public static Brush SaddleBrown { get; }
public static Brush Salmon { get; }
public static Brush SandyBrown { get; }
public static Brush SeaGreen { get; }
public static Brush SeaShell { get; }
public static Brush Sienna { get; }
public static Brush Silver { get; }
public static Brush SkyBlue { get; }
public static Brush SlateBlue { get; }
public static Brush SlateGray { get; }
public static Brush Snow { get; }
public static Brush SpringGreen { get; }
public static Brush SteelBlue { get; }
public static Brush Tan { get; }
public static Brush Teal { get; }
public static Brush Thistle { get; }
public static Brush Tomato { get; }
public static Brush Transparent { get; }
public static Brush Turquoise { get; }
public static Brush Violet { get; }
public static Brush Wheat { get; }
public static Brush White { get; }
public static Brush WhiteSmoke { get; }
public static Brush Yellow { get; }
public static Brush YellowGreen { get; }
}
}