I have created a control that's based on a circular shape. When I use the control I want the area on the outside of the circle to be transparent. How can this be done?
Thanx in advance
Printable View
I have created a control that's based on a circular shape. When I use the control I want the area on the outside of the circle to be transparent. How can this be done?
Thanx in advance
Assuming you are using a Shape component on your User Control :-
Set the usercontrol's Back Style to transparent, then the Shape control's BackStyle to Opaque.