Intersoft ClientUI Documentation
PerformTransitionOnLoad Property



Specifies whether the control should perform transition during first load.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PerformTransitionOnLoad As Boolean
Dim instance As ContentTransition
Dim value As Boolean
 
instance.PerformTransitionOnLoad = value
 
value = instance.PerformTransitionOnLoad
[CategoryAttribute("Common Properties")]
public bool PerformTransitionOnLoad {get; set;}
[CategoryAttribute("Common Properties")]
public:
property bool PerformTransitionOnLoad {
   bool get();
   void set (    bool value);
}
Remarks

By default, the ContentTransition performs transition only when its content is changed in the runtime which does not apply to the initial content. In certain cases, you may want to apply the transition to the initial content when the ContentTransition is loaded. To achieve this, you set the PerformTransitionOnLoad property to true.

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

ContentTransition Class
ContentTransition Members

Send Feedback