System.Drawing.Gdip static class Gdip Documentation Code namespace System.Drawing { public sealed class SolidBrush : Brush, ISystemColorTracker { public Color Color { get; set; } public SolidBrush(Color color); } }