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

Gets or sets the animation effect to apply when navigating between months.

Syntax

Visual Basic (Declaration) 
Public Property AnimationEffect As enumAnimationEffect
C# 
public enumAnimationEffect AnimationEffect {get; set;}

Property Value

enumAnimationEffect

Remarks

Horizontal: Previous month comes in from the left, and next month comes in from the right.

Vertical: Previous month comes down from above, and next month comes up from below.

Zoom: Previous month will appear in the background while the old month zooms into the background, and next month will zoom out from the background to the foreground (covering old month).

Fade: When navigating between months, the old month will fade away reveaking the new month to display. The animation is the same when navigating to the previous or next month.


This property is only available when the CalendarDimension is set to show only 1 calendar.

Requirements

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

See Also