| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- mariadb
- pycharm
- Series
- 알고리즘
- pandas
- GitHub
- GT-S80
- pip
- dataframe
- DFS
- Splunk
- imread
- Numpy
- Lotto
- keras
- CNN
- synology
- mean
- Python
- Button
- LSTM
- RNN
- install
- index
- SciPy
- javascript
- SPL
- 삼성소프트웨어멤버십
- E-P1
- ipad
Archives
- Today
- Total
잠토의 잠망경
MaterialSkin - Label Background Color 본문

private MaterialLabel materialLabel1;
private MaterialLabel materialLabel2;
private void button1_Click(object sender, EventArgs e)
{
this.materialLabel1.BackColor = System.Drawing.Color.Green;
}
Comments