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

Gets or sets if the animations should be reversed when triggered.

Syntax

Visual Basic (Declaration) 
Public Property AnimationInReverse As Boolean
C# 
public bool AnimationInReverse {get; set;}

Property Value

Boolean

Remarks

This property will only affect the Horizontal, Vertical and Zoom animations.

Horizontal: Default is previous month comes in from the left, and next month comes in from the right. When True, previous month will come in from right, and next month will come in from left.

Vertical: Default is previous month comes down from above, and next month comes up from below. When True, previous month will come up from below, and next month will come down from above.

Zoom: Default is 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). When True, previous month will zoom out from the background to the foreground, while the next month will appear in background while the old month zooms into the background.


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