Click or drag to resize

AnimationProperty Class

Represent property effect behavior.
Inheritance Hierarchy
System Object
Spire.Presentation PptObject
Spire.Presentation.Drawing.Animation CommonBehavior
Spire.Presentation.Drawing.Animation AnimationProperty

Namespace: Spire.Presentation.Drawing.Animation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public class AnimationProperty : CommonBehavior

The AnimationProperty type exposes the following members.

Constructors
Name Description
Public method AnimationProperty
Initializes a new instance of the AnimationProperty class
Top
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
Methods
Name Description
Protected method AddReference (Inherited from PptObject .)
Protected method CheckDisposed (Inherited from PptObject .)
Public method Dispose
Dispose object and free resources.
(Inherited from PptObject .)
Public method Equals (Inherited from CommonBehavior .)
Protected method Finalize (Inherited from PptObject .)
Protected method FindParent(Type) (Inherited from PptObject .)
Protected method FindParent( Type ) (Inherited from PptObject .)
Protected method FindParent(Type, Boolean) (Inherited from PptObject .)
Protected method FindParents (Inherited from PptObject .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Protected method OnDispose
Method which can be overriden by users to take any specific actions when object is disposed.
(Inherited from PptObject .)
Protected method ReleaseReference (Inherited from PptObject .)
Protected method SetParent (Inherited from PptObject .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Protected field m_bIsDisposed (Inherited from PptObject .)
Top
See Also