Intersoft ClientUI Documentation
DefaultTransitionEffect Property (UXFrame)
Example 



Gets or sets the default transition for this frame. The default transition is used when the frame is unable to determine the navigation mode or direction.
Syntax
<CategoryAttribute("Common Properties")>
Public Property DefaultTransitionEffect As TransitionEffect
Dim instance As UXFrame
Dim value As TransitionEffect
 
instance.DefaultTransitionEffect = value
 
value = instance.DefaultTransitionEffect
[CategoryAttribute("Common Properties")]
public TransitionEffect DefaultTransitionEffect {get; set;}
[CategoryAttribute("Common Properties")]
public:
property TransitionEffect DefaultTransitionEffect {
   TransitionEffect get();
   void set (    TransitionEffect value);
}
Remarks
This transition will be applied when navigating to a new page, or when the navigation mode cannot be determined.
Example
The following example shows how to customize the visual transitions for new navigation mode.
<Intersoft:UXFrame Name="ContentFrame"
                   EnablePageTransition="True"
                   DefaultTransitionEffect="FlipUp">
</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