This question is locked. New answers and comments are not allowed.
Dear sir,
how can I set a shadow around RadWindow? I use the RadWindow like a user control and start it with the Show() function.
This code shows the shadow only in designer mode but not at run time.
<telerik:RadWindow x:Class="SilverlightControlStyles.MyWindow"
..
<telerik:RadWindow.Effect>
<DropShadowEffect ShadowDepth="10"/>
</telerik:RadWindow.Effect>
Best regards