Intersoft ClientUI Documentation
Latency Property (UXFluidContainer)



Gets or sets a value representing the timespan to wait before the control reacts to the size changed event.
Syntax
Public Property Latency As Double
Dim instance As UXFluidContainer
Dim value As Double
 
instance.Latency = value
 
value = instance.Latency
public double Latency {get; set;}
public:
property double Latency {
   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

UXFluidContainer Class
UXFluidContainer Members

Send Feedback