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

In This Topic
    AnimationMode Enumeration
    In This Topic
    Specifies the animation mode of the Rating.
    Syntax
    'Declaration
     
    
    Public Enum AnimationMode 
       Inherits System.Enum
    public enum AnimationMode : System.Enum 
    Members
    MemberDescription
    ContinuousAnimation will begin from first to the end one by one.
    SynchronousAnimation will begin at the same time for every rating item.
    Inheritance Hierarchy

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

    See Also