Intersoft.Client.UI.Navigation Namespace > UXFrame Class : EnablePageTransition Property |
<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); }
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.
<Intersoft:UXFrame Name="ContentFrame" EnablePageTransition="True"> </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