Click or drag to resize
DigitalRuneSrtFromToByAnimation Properties

The SrtFromToByAnimation type exposes the following members.

Properties
  NameDescription
Public propertyBy
Gets or sets the final value of the animation relative to the start value.
(Inherited from FromToByAnimation<T>.)
Public propertyDuration
Gets or sets the duration of the interpolation.
(Inherited from FromToByAnimation<T>.)
Public propertyEasingFunction
Gets or sets the easing function that controls the pace of the interpolation.
(Inherited from FromToByAnimation<T>.)
Public propertyFillBehavior
Gets or sets a value that specifies how the animation behaves when it reaches the end of its duration.
(Inherited from Animation<T>.)
Public propertyFrom
Gets or sets the start value of the animation.
(Inherited from FromToByAnimation<T>.)
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<T>.)
Public propertyTargetObject
Gets or sets the object to which the animation is applied by default.
(Inherited from Animation<T>.)
Public propertyTargetProperty
Gets or sets the property to which the animation is applied by default.
(Inherited from Animation<T>.)
Public propertyTo
Gets or sets the final value of the animation.
(Inherited from FromToByAnimation<T>.)
Public propertyTraits
Gets the traits of the animation values.
(Overrides Animation<T>.Traits.)
Top
See Also