ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Dependencies Enumeration

In This Topic
    Dependencies Enumeration
    In This Topic
    UI_ANIMATION_DEPENDENCIES
    Syntax
    'Declaration
     
    Public Enum Dependencies 
       Inherits System.Enum
    public enum Dependencies : System.Enum 
    Members
    MemberDescription
    DurationUI_ANIMATION_DEPENDENCY_DURATION
    FinalValueUI_ANIMATION_DEPENDENCY_FINAL_VALUE
    FinalVelocityUI_ANIMATION_DEPENDENCY_FINAL_VELOCITY
    IntermediateValuesUI_ANIMATION_DEPENDENCY_INTERMEDIATE_VALUES
    NoneUI_ANIMATION_DEPENDENCY_NONE
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Animation.Dependencies

    See Also