Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Windows 窗体更改窗体的边框样式。问题是我被卡住了,不知道该去哪里。至于现在FormBorderStyle设置为none. 我得到的提示是我必须使用Pen.DashStyle. 这是我需要的截图。
FormBorderStyle
none
Pen.DashStyle
您将希望查看Paint您的事件Form和Graphics.DrawRectanglePaintEventArgs 的方法。
Paint
Form
Graphics.DrawRectangle