PropertyEffect
Overview
PropertyEffect is a class in Aspose.Slides FOSS for Python.
Inherits from: Behavior, IPropertyEffect.
Represent property effect behavior of effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
from_address | str | Read | Specifies the initial address or source of the property animation |
to | str | Read | Specifies the target address or destination value for the property effect |
by | str | Read | Defines the incremental change applied to the property during the effect |
value_type | PropertyValueType | Read | Indicates the data type of the property value being animated |
calc_mode | PropertyCalcModeType | Read | Determines the calculation mode used for the property animation |
points | IPointCollection | Read | Provides the collection of points defining the motion path of the effect |
as_i_behavior | IBehavior | Read |
Methods
| Signature | Description |
|---|---|
__init__() |