IBehaviorAdditive 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: 20.3.0.0 (20.3)
SyntaxBehaviorAdditiveType Additive { get; set; }
Property Additive As BehaviorAdditiveType
Get
Set
property BehaviorAdditiveType Additive {
BehaviorAdditiveType get ();
void set (BehaviorAdditiveType value);
}
abstract Additive : BehaviorAdditiveType with get, set
Property Value
Type:
BehaviorAdditiveType
See Also