ScaleEffect class

ScaleEffect class

Represents animation scale effect.

Inheritance:ScaleEffectBehavior

The ScaleEffect type exposes the following members:

Constructors

ConstructorDescription
__init__Creates new instance.

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.
zoom_contentDetermines whether a content should be zoomed.
Read/write NullableBool.
from_addressSpecifies an x/y co-ordinate to start the animation from (in percents).
Read/write aspose.pydrawing.PointF.
toSpecifies the target location for an animation scale effect (in percents).
Read/write aspose.pydrawing.PointF.
bydescribes the relative offset value for the animation (in percents).
Read/write aspose.pydrawing.PointF.

See Also