BackColor Property
BackColor
Sets the BackColor for painting day.
Declaration
[Obsolete("Use Graphics.FillRectangle in the event handler instead.")]
public Color BackColor { set; }
<Obsolete("Use Graphics.FillRectangle in the event handler instead.")>
Public WriteOnly Property BackColor As Color