BehaviorAdditive Property |
Represents whether the current animation behavior is combined with other running animations.
Read/write
BehaviorAdditiveType.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic BehaviorAdditiveType Additive { get; set; }
Public Property Additive As BehaviorAdditiveType
Get
Set
public:
virtual property BehaviorAdditiveType Additive {
BehaviorAdditiveType get () sealed;
void set (BehaviorAdditiveType value) sealed;
}
abstract Additive : BehaviorAdditiveType with get, set
override Additive : BehaviorAdditiveType with get, set
Property Value
Type:
BehaviorAdditiveTypeImplements
IBehaviorAdditive
See Also