IPropertyEffect
Contents
[
Hide
]IPropertyEffect interface
Represent property effect behavior.
public interface IPropertyEffect : IBehavior
Properties
Name | Description |
---|---|
AsIBehavior { get; } | Allows to get base IBehavior interface. Read-only IBehavior . |
By { get; set; } | Specifies a relative offset value for the animation with respect to its position before the start of the animation. Read/write String. |
CalcMode { get; set; } | Specifies the interpolation mode for the animation Read/write PropertyCalcModeType . |
From { get; set; } | Specifies the starting value of the animation. Read/write String. |
Points { get; set; } | Specifies the points of the animation. Read/write IPointCollection . |
To { get; set; } | Specifies the ending value for the animation. Read/write String. |
ValueType { get; set; } | Specifies the type of a property value. Read/write PropertyValueType . |
See Also
- interface IBehavior
- namespace Aspose.Slides.Animation
- assembly Aspose.Slides