2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
Animation settingsYou can increase or decrease the animation speed of the XPTaskBarBox drop down by using the AnimationDelay property. This property helps specify the animation delay when the task box is opened or closed. C# // Specifies the Animation delay for the XPTaskBarBox. this.xpTaskBarBox1.AnimationDelay = (int)this.integerTextBox1.IntegerValue; VB 'Specifies the Animation delay for the XPTaskBarBox. Me.xpTaskBarBox1.AnimationDelay = CInt(Fix(Me.integerTextBox1.IntegerValue))
Note: The default value is 50 for 50 milliseconds.
Figure 1: Animation delay based on the TextboxExt value Samples: C#: XPTaskBar-AnimationDelay_C# VB: XPTaskBar_AnimationDelay_VB Reference link: https://help.syncfusion.com/windowsforms/xptaskbar/xptaskbar-box-settings#animation-settings |
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.