Intersoft ClientUI Documentation
BackTransitionEffect Property (UXFrame)
Example 



Gets or sets the transition effect when a back navigation occurs.
Syntax
<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);
}
Remarks

This transition will be applied when the frame is navigating backward.

Example
The following example shows how to customize the visual transitions for back navigation mode.
<Intersoft:UXFrame Name="ContentFrame"
                   EnablePageTransition="True"
                   BackTransitionEffect="SlideLeft">
</Intersoft:UXFrame>
Requirements

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

See Also

Reference

UXFrame Class
UXFrame Members
Navigation Overview

Send Feedback