Click or drag to resize

AnimationProperty Properties

The AnimationProperty type exposes the following members.

Properties
Name Description
Public property Accumulate
Determines whether animation behaviors accumulate. Read/write TriState .
(Inherited from CommonBehavior .)
Public property Additive
Sets or returns whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType .
(Inherited from CommonBehavior .)
Public property By
Specifies a relative offset value for the animation. Read/write String .
Public property CalcMode
Indicates the Calculation mode for the animation Read/write AnimationCalculationMode .
Public property From
Indicates the starting value of the animation. Read/write String .
Public property Parent
Reference to Parent object. Read-only.
(Inherited from PptObject .)
Protected property ReferenceCount (Inherited from PptObject .)
Public property TimeAnimationValueCollection
Indicates the value of the animation. Read/write TimeAnimationValueCollection .
Public property Timing
Represents timing properties for the effect behavior. Read/write Timing .
(Inherited from CommonBehavior .)
Public property To
Indicates the ending value for the animation. Read/write String .
Public property ValueType
Indicates the type of a property value. Read/write PropertyValueType .
Top
See Also