Intersoft ClientUI Documentation
TransitionLatency Property (ContentTransition)



Gets or sets the time span (in seconds) to wait before the transition is performed. This property only applies when TransitionStrategy is set to WaitContentReady.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TransitionLatency As Double
Dim instance As ContentTransition
Dim value As Double
 
instance.TransitionLatency = value
 
value = instance.TransitionLatency
[CategoryAttribute("Common Properties")]
public double TransitionLatency {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double TransitionLatency {
   double get();
   void set (    double 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

ContentTransition Class
ContentTransition Members

Send Feedback