ComponentOne Extended Library for WPF and Silverlight
AnimationMode Enumeration

C1.WPF.Extended Namespace : AnimationMode Enumeration
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

Reference

C1.WPF.Extended Namespace