is there a way to add a drop shadow to controls? are there any controls out there with this feature?
c# winforms controls drop-shadowI have a drop shadow effect that I am applying using the following css: -webkit-filter: drop-shadow(0 1px 10px rgba(113,158,206,0.8)); Does …
css drop-shadow