dbicDate Send comments on this topic.
enumAnimationEffect Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumAnimationEffect Enumeration

The available effects for the animation when changing the control's display

Syntax

Visual Basic (Declaration) 
Public Enum enumAnimationEffect 
   Inherits System.Enum
C# 
public enum enumAnimationEffect : System.Enum 

Members

MemberDescription
FadeThe old calendar will fade out, revealing the new calendar
HorizontalThe old calendar will slide out of view to the left or right side, while the new calendar will come into view from the opposite side.
NoneThere is no animation, the display of the control will simply repaint to show the new calendar.
VerticalThe old calendar will scroll out of view via the top or bottom edge, while the new calendar will come into view via the opposite edge.
ZoomThe old calendar will zoom in to the background, or the new calendar will zoom out from the background.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumAnimationEffect

Requirements

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

See Also