how do I create invisible regions on a user control

前端 未结 1 1263
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 07:50

I would like to make my user control have invisible areas like the areas that surround a circle or an irregular shape. I have seen this done with a system.windows.form but n

相关标签:
1条回答
  • 2020-12-22 08:14

    You can set the control's Region to an irregular GraphicsPath. Here's an article that shows how to create irregular shaped menuitems

    0 讨论(0)
提交回复
热议问题