Intersoft ClientUI Documentation
EnablePageTransition Property (UXFrame)
Example 



Gets or sets a value that indicates whether visual transition should be applied when a new page navigation occurred.
Syntax
<CategoryAttribute("Common Properties")>
Public Property EnablePageTransition As Boolean
Dim instance As UXFrame
Dim value As Boolean
 
instance.EnablePageTransition = value
 
value = instance.EnablePageTransition
[CategoryAttribute("Common Properties")]
public bool EnablePageTransition {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool EnablePageTransition {
   bool get();
   void set (    bool value);
}
Remarks

By default, when you add a new UXFrame to your application, the navigation between pages will be displayed directly. The UXFrame control includes a dozen of predefined animation library which enables you to easily add stunning visual transitions to your navigation frame.

To enable transition between page navigation, set the EnablePageTransition property of the frame to true. When the page transition is enabled, you will notice a fading animation while navigating between pages.

Example
The following example shows how to enable page transition to UXFrame.
<Intersoft:UXFrame Name="ContentFrame"
                   EnablePageTransition="True">
</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