标签: c# winforms
我正在尝试使用Windows窗体更改窗体的边框样式。问题是我被困住了,不知道该往哪里去。目前,FormBorderStyle设置为none。我得到的提示是我必须使用Pen.DashStyle。这是我需要的截图。
FormBorderStyle
none
Pen.DashStyle
答案 0 :(得分:1)
您需要查看Form的{{3}}事件和PaintEventArgs的Paint方法。
Form
Paint