Articles in this section
Category / Section

How to set the AnimationPositions count for WinForms XPTaskBar?

1 min read

Animation positions

Setting the AnimationPositionsCount value to 0 (Zero), throws this exception "System.DivideByZeroException". So try setting the AnimationPositionsCount to some value say 10, which is the default.

C#

this.xpTaskBarBox1.AnimationPositionsCount = 10;

VB

Me.xpTaskBarBox1.AnimationPositionsCount = 10

Reference link: https://help.syncfusion.com/windowsforms/xptaskbar/xptaskbar-box-settings#animation-settings

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied