BehaviorAdditiveType Enumeration |
Represents additive type for effect behavior.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum BehaviorAdditiveType
Public Enumeration BehaviorAdditiveType
public enum class BehaviorAdditiveType
type BehaviorAdditiveType
Members
| Member name | Value | Description |
---|
| NotDefined | -1 | |
| None | 0 | |
| Base | 1 | |
| Sum | 2 | |
| Replace | 3 | |
| Multiply | 4 | |
See Also