Dropshadow effect on controls not form

  • Thread starter Thread starter Vahid Dadashzadeh
  • Start date Start date
V

Vahid Dadashzadeh

hi,
can anyone tell me, how i can create Dropshadow effect for certain
control that i've written in c# ?
note ,control that i've written myself not c# controls or even windows
forms.
 
Vahid said:
hi,
can anyone tell me, how i can create Dropshadow effect for certain
control that i've written in c# ?
note ,control that i've written myself not c# controls or even windows
forms.
In general, you would need to fill an offset shape around the bottom
right or left of your control.

________
|_
| |
| |
| |
-------- |
|-------

Or something like this.

JB
 
John said:
In general, you would need to fill an offset shape around the bottom
right or left of your control.

________
|_
| |
| |
| |
-------- |
|-------

Or something like this.

JB
oops

________
|_
Rect 1 | |
| |
| |
-------- |
|------- Rect 2

JB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top