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

the available options for how the animation in the control is processed.

Syntax

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

Members

MemberDescription
BreaksThe animation is processed based on the effect being animated and the size of the control.
PixelsThe animation will process based on a user defined number of pixels per tick of the timer.

Inheritance Hierarchy

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

Requirements

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

See Also