Intersoft ClientUI Documentation
LoadingTransitionEffect Property



Gets or sets the transition effect when the frame is loading an external source.
Syntax
<CategoryAttribute("Common Properties")>
Public Property LoadingTransitionEffect As TransitionEffect
Dim instance As UXFrame
Dim value As TransitionEffect
 
instance.LoadingTransitionEffect = value
 
value = instance.LoadingTransitionEffect
[CategoryAttribute("Common Properties")]
public TransitionEffect LoadingTransitionEffect {get; set;}
[CategoryAttribute("Common Properties")]
public:
property TransitionEffect LoadingTransitionEffect {
   TransitionEffect get();
   void set (    TransitionEffect value);
}
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

Send Feedback