or
<telerik:RadRibbonBackstage> <telerik:RadRibbonBackstageItem Name="OpenDocument" Header="Open" Icon="{Binding Icons.OpenDocument}" telerik:KeyTipService.AccessKey="Ctrl+o" telerik:KeyTipService.AccessText="Ctrl+o" Command="{Binding OpenCommand}" CommandParameter="DOPE" IsSelectable="False" /> <telerik:RadRibbonBackstageItem Header="Save" Name="SaveWorkSpace" Icon="{Binding Icons.SaveDocument}" Command="{Binding SaveCommand}" IsSelectable="False"/> <telerik:RadRibbonBackstageItem IsGroupSeparator="True" /> <telerik:RadRibbonBackstageItem Header="Recent" IsDefault="True"> </telerik:RadRibbonView.Backstage>Hello,
I have a wpf desktop application with a radtransition control that use multiple transition effects (slideAndZoom, flipWrap, Roll, MotionBlurZoom).
I recently create the same application but in a WPF browser application (xbap). exept the slide&zoom effect, all the other effect were replaced by a fade effect.
Is there a solution for this?
Greetings
