You can make a panel or label transparent by specifying the alpha value for the Background color.
panel.BackColor = Color.FromArgb(65, 204, 212, 230);
In the designer you have to enter these values manually in the edit box. Don’t select the color using the ColorPicker.
Share with