dbicDate Send comments on this topic.
AnimationInterval Property
See Also 
dbicDate Assembly > Dbi.WinControl.Date Namespace > dbiDate Class : AnimationInterval Property

Gets or sets the change frequency of the animation (in milliseconds).

Syntax

Visual Basic (Declaration) 
Public Property AnimationInterval As Integer
C# 
public int AnimationInterval {get; set;}

Property Value

Integer

Remarks

This property can not be assigned a value less than 1.


The lower the number the faster the animation will be.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also