-
In Silverlight 3.0, effects were added to the API. These effects allowed a developer to easily add common UI effects to controls in a very simple way. One of these effects is the DropShadowEffect . This effect simply adds the known dropshadow effect to any control you add it to. For example: < Grid...