IScaleEffect Properties

The IScaleEffect type exposes the following members.

Properties
  NameDescription
Public propertyAccumulate
Represents whether animation behaviors are accumulated. Read/write NullableBool.
(Inherited from IBehavior.)
Public propertyAdditive
Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.
(Inherited from IBehavior.)
Public propertyAsIBehavior
Allows to get base IBehavior interface. Read-only IBehavior.
Public propertyBy
describes the relative offset value for the animation (in percents). Read/write PointF.
Public propertyFrom
Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.
Public propertyProperties
Represents properties of behavior. Read-only IBehaviorPropertyCollection.
(Inherited from IBehavior.)
Public propertyTiming
Represents timing properties for the effect behavior. Read/write ITiming.
(Inherited from IBehavior.)
Public propertyTo
Specifies the target location for an animation scale effect (in percents). Read/write PointF.
Public propertyZoomContent
Determines whether a content should be zoomed. Read/write NullableBool.
See Also