Intersoft ClientUI Documentation
ForwardTransitionEffect Property (UXFrame)
Example 



Gets or sets the transition effect when a forward navigation occurs.
Syntax
<CategoryAttribute("Common Properties")>
Public Property ForwardTransitionEffect As TransitionEffect
Dim instance As UXFrame
Dim value As TransitionEffect
 
instance.ForwardTransitionEffect = value
 
value = instance.ForwardTransitionEffect
[CategoryAttribute("Common Properties")]
public TransitionEffect ForwardTransitionEffect {get; set;}
[CategoryAttribute("Common Properties")]
public:
property TransitionEffect ForwardTransitionEffect {
   TransitionEffect get();
   void set (    TransitionEffect value);
}
Remarks
This transition will be applied when the frame is navigating forward.
Example
The following example shows how to customize the visual transitions for forward navigation mode.
<Intersoft:UXFrame Name="ContentFrame"
                   EnablePageTransition="True"
                   ForwardTransitionEffect="SlideRight">
</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