PropertyEffect

Overview

PropertyEffect is a class in Aspose.Slides FOSS for Python. Inherits from: Behavior, IPropertyEffect.

Represent property effect behavior of effect.

Properties

NameTypeAccessDescription
from_addressstrReadSpecifies the initial address or source of the property animation
tostrReadSpecifies the target address or destination value for the property effect
bystrReadDefines the incremental change applied to the property during the effect
value_typePropertyValueTypeReadIndicates the data type of the property value being animated
calc_modePropertyCalcModeTypeReadDetermines the calculation mode used for the property animation
pointsIPointCollectionReadProvides the collection of points defining the motion path of the effect
as_i_behaviorIBehaviorRead

Methods

SignatureDescription
__init__()