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

Gets or sets the degree of change in the display of the control during the animation

Syntax

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

Property Value

Integer

Remarks

The animation is controlled by a timer. This property determines how large the change will be on each tick of the timer.
This property can not be lower than 1.

Requirements

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

See Also