Extended Library for WPF and Silverlight | ComponentOne
C1.WPF.Extended Namespace / AnimationType Enumeration

In This Topic
    AnimationType Enumeration
    In This Topic
    Specifies the animation type of the Rating.
    Syntax
    'Declaration
     
    
    Public Enum AnimationType 
       Inherits System.Enum
    public enum AnimationType : System.Enum 
    Members
    MemberDescription
    BlindBlind animation
    BounceBounce animation
    ClipClip animation
    DropDrop animation
    FadeFade animation
    FoldFold animation
    NoneNone animation
    PuffPuff animation
    PulsatePulsate animation
    ScaleScale animation
    ScrollScroll animation
    ShakeShake animation
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.Extended.AnimationType

    See Also