윈폼(Winform)
C# Round Border Fill Panel
라운드된 외곽선이 있는 패널 컨트롤 외곽선 두께/색상 지정 가능 코너 라운드 값 지정 가능 배경색 지정 가능 RoundBorderPanel.cs using System; using System.Drawing; using System.Drawing.Drawing2D; using System.Windows.Forms; namespace SrcTree { public class RoundBorderPanel : Panel { public int padding = 5; public int radius = 10; public bool isBorder = true; public Color borderColor = Color.FromArgb(128, 51, 94, 129); public int borderWidth ..
2021. 11. 18. 00:39
최근댓글