IPropertyEffect class

IPropertyEffect class

Represent property effect behavior.

The IPropertyEffect type exposes the following members:

Properties

PropertyDescription
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.
accumulate
additive
properties
timing

See Also