Intersoft ClientUI Documentation
TransitionDuration Property (ContentTransition)



Specifies the transition duration in seconds.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TransitionDuration As Double
Dim instance As ContentTransition
Dim value As Double
 
instance.TransitionDuration = value
 
value = instance.TransitionDuration
[CategoryAttribute("Common Properties")]
public double TransitionDuration {get; set;}
[CategoryAttribute("Common Properties")]
public:
property double TransitionDuration {
   double get();
   void set (    double value);
}
Remarks

You can also customize the duration of the transition if you prefer. By default, all transitions have a duration of 0.3 milliseconds.

To customize the transition duration, you set the TransitionDuration property to a number representing the time span in milliseconds measurement.

For the best user experience, particularly in business applications, it is recommended to use a duration of the range between 0.3 and 0.7ms.
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