IPropertyEffect Properties |
The IPropertyEffect type exposes the following members.
| Name | Description | |
|---|---|---|
| Accumulate |
Represents whether animation behaviors are accumulated.
Read/write NullableBool.
(Inherited from IBehavior.) | |
| Additive |
Represents whether the current animation behavior is combined with other running animations.
Read/write BehaviorAdditiveType.
(Inherited from IBehavior.) | |
| AsIBehavior |
Allows to get base IBehavior interface.
Read-only IBehavior.
| |
| By |
Specifies a relative offset value for the animation with respect to its
position before the start of the animation.
Read/write String.
| |
| CalcMode |
Specifies the interpolation mode for the animation
Read/write PropertyCalcModeType.
| |
| From |
Specifies the starting value of the animation.
Read/write String.
| |
| Points |
Specifies the points of the animation.
Read/write IPointCollection.
| |
| Properties |
Represents properties of behavior.
Read-only IBehaviorPropertyCollection.
(Inherited from IBehavior.) | |
| Timing |
Represents timing properties for the effect behavior.
Read/write ITiming.
(Inherited from IBehavior.) | |
| To |
Specifies the ending value for the animation.
Read/write String.
| |
| ValueType |
Specifies the type of a property value.
Read/write PropertyValueType.
|