| Visual Basic (Declaration) | |
|---|---|
Public Enum enumAnimationEffect Inherits System.Enum | |
| C# | |
|---|---|
public enum enumAnimationEffect : System.Enum | |
| Member | Description |
|---|---|
| Fade | The old calendar will fade out, revealing the new calendar |
| Horizontal | The 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. |
| None | There is no animation, the display of the control will simply repaint to show the new calendar. |
| Vertical | The 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. |
| Zoom | The old calendar will zoom in to the background, or the new calendar will zoom out from the background. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Date.enumAnimationEffect
Target Platforms: Current Windows operating system with .NET 8.