Intersoft.Client.UI.Navigation Namespace > UXFrame Class : BackTransitionEffect Property |
<CategoryAttribute("Common Properties")> Public Property BackTransitionEffect As TransitionEffect
Dim instance As UXFrame Dim value As TransitionEffect instance.BackTransitionEffect = value value = instance.BackTransitionEffect
[CategoryAttribute("Common Properties")] public TransitionEffect BackTransitionEffect {get; set;}
[CategoryAttribute("Common Properties")] public: property TransitionEffect BackTransitionEffect { TransitionEffect get(); void set ( TransitionEffect value); }
This transition will be applied when the frame is navigating backward.
<Intersoft:UXFrame Name="ContentFrame" EnablePageTransition="True" BackTransitionEffect="SlideLeft"> </Intersoft:UXFrame>
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2