Base:
property
BackColor
System.Windows.Forms.Control.BackColor
4 references to BackColor
System.Windows.Forms.DataVisualization (4)
WinForm\ChartWinControl.cs (4)
385
!this.
BackColor
.IsEmpty &&
386
(this.
BackColor
== Color.Transparent || this.
BackColor
.A != 255) )
2162
using (Brush b = new SolidBrush(
BackColor
))