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

In This Topic
    AnimationOrigin Enumeration
    In This Topic
    Specifies the animation origin of the Rating.
    Syntax
    'Declaration
     
    
    Public Enum AnimationOrigin 
       Inherits System.Enum
    public enum AnimationOrigin : System.Enum 
    Members
    MemberDescription
    EndAnimation will begin from end to the first one by one.
    FirstAnimation will begin from first to the end one by one.
    Inheritance Hierarchy

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

    See Also