This is a migrated thread and some comments may be shown as answers.

RadRibbonWindow Effect DropShadowEffect & Shell prism

0 Answers 70 Views
RibbonView and RibbonWindow
This is a migrated thread and some comments may be shown as answers.
Mathieu
Top achievements
Rank 1
Mathieu asked on 07 Dec 2016, 10:27 AM

Hello Telerik Team,

 

I am currently using your telerik Q2 WPF with VisualStudio2013 theme.

I want to add a DropShadowEffect to my main Window.

The Shell is based on RadRibbonWindow as a main Window.

I want to apply a DropShadowEffect on the RadRubbonWindow, but it is like the effect is ignored at all.

<telerik:RadRibbonWindow
 ....
 >
 <telerik:RadRibbonWindow.Effect>
     <DropShadowEffect Direction="-190" BlurRadius="15" Opacity="0.4" Color="Red"/>
 </telerik:RadRibbonWindow.Effect>

 

I have the red border on Blend and Visual studio, but when the application is running nothing is present.

How can I solve this?

No answers yet. Maybe you can help?

Tags
RibbonView and RibbonWindow
Asked by
Mathieu
Top achievements
Rank 1
Share this question
or