Intersoft ClientUI Documentation
Duration Property (UXFluidContainer)



Gets or sets a value that determines the duration of the fluid animation.
Syntax
Public Property Duration As Double
Dim instance As UXFluidContainer
Dim value As Double
 
instance.Duration = value
 
value = instance.Duration
public double Duration {get; set;}
public:
property double Duration {
   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