PropertyEffect class

PropertyEffect class

Represent property effect behavior.

Inheritance:PropertyEffectBehavior

The PropertyEffect type exposes the following members:

Constructors

ConstructorDescription
__init__

Properties

PropertyDescription
accumulateRepresents whether animation behaviors are accumulated.
Read/write NullableBool.
additiveRepresents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
propertiesRepresents properties of behavior.
Read-only IBehaviorPropertyCollection.
timingRepresents timing properties for the effect behavior.
Read/write ITiming.
from_addressSpecifies the starting value of the animation.
Read/write str.
toSpecifies the ending value for the animation.
Read/write str.
bySpecifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write str.
value_typeSpecifies the type of a property value.
Read/write PropertyValueType.
calc_modeSpecifies the interpolation mode for the animation
Read/write PropertyCalcModeType.
pointsSpecifies the points of the animation.
Read/write IPointCollection.

See Also