IScaleEffect

IScaleEffect interface

Represents animation scale effect.

public interface IScaleEffect : IBehavior

Properties

NameDescription
AsIBehavior { get; }Allows to get base IBehavior interface. Read-only IBehavior.
By { get; set; }describes the relative offset value for the animation (in percents). Read/write PointF.
From { get; set; }Specifies an x/y co-ordinate to start the animation from (in percents). Read/write PointF.
To { get; set; }Specifies the target location for an animation scale effect (in percents). Read/write PointF.
ZoomContent { get; set; }Determines whether a content should be zoomed. Read/write NullableBool.

See Also