The FromToByAnimation<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Protected methodFromToByAnimation<(Of <(<'T>)>)>
Initializes a new instance of the FromToByAnimation<(Of <(<'T>)>)> class.

Methods

  NameDescription
Public methodCreateBlendAnimation
Creates a new BlendAnimation<(Of <(<'T>)>)>. (For internal use only.)
(Inherited from Animation<(Of <(<'T>)>)>.)
Public methodCreateInstance
Creates an animation instance that can be used to play back the animation. (For internal use only.)
(Inherited from Animation<(Of <(<'T>)>)>.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAnimationTime
Gets the animation time for the specified time on the timeline.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetState
Gets the state of the animation for the specified time on the timeline.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public methodGetTotalDuration
Gets the total length of the timeline.
(Overrides Animation<(Of <(<'T>)>)>..::..GetTotalDuration()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Gets the value of the animation at the specified time.
(Inherited from Animation<(Of <(<'T>)>)>.)
Protected methodGetValueCore
Evaluates the animation function at the specified animation time.
(Overrides Animation<(Of <(<'T>)>)>..::..GetValueCore(TimeSpan, T%, T%, T%).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBy
Gets or sets the final value of the animation relative to the start value.
Public propertyDuration
Gets or sets the duration of the interpolation.
Public propertyEasingFunction
Gets or sets the easing function that controls the pace of the interpolation.
Public propertyFillBehavior
Gets or sets a value that specifies how the animation behaves when it reaches the end of its duration.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public propertyFrom
Gets or sets the start value of the animation.
Public propertyIsAdditive
Gets or sets a value indicating whether the output of the animation is added to the current value of the property that is being animated.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public propertyTargetObject
Gets or sets the object to which the animation is applied by default.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public propertyTargetProperty
Gets or sets the property to which the animation is applied by default.
(Inherited from Animation<(Of <(<'T>)>)>.)
Public propertyTo
Gets or sets the final value of the animation.
Public propertyTraits
Gets the traits of the animation values.
(Inherited from Animation<(Of <(<'T>)>)>.)

See Also