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

The available sections of the control that can be aninmated when the user triggers an animation.

Syntax

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

Members

MemberDescription
AllThe entire display of the control will be animated.
BodyOnly the body portion of the control will be animated. The body is the section containing the days and the week numbers.

Inheritance Hierarchy

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

Requirements

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

See Also