Accordion for WinForms | ComponentOne
C1.Win.Accordion Namespace / Animation Enumeration

In This Topic
    Animation Enumeration
    In This Topic
    Specifies whether collapsing or expanding of the C1AccordionPage should be animated.
    Syntax
    'Declaration
     
    
    Public Enum Animation 
       Inherits System.Enum
    public enum Animation : System.Enum 
    Members
    MemberDescription
    OffThe C1AccordionPage Collapsing/expanding is not animated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Accordion.Animation

    See Also