CommonBehavior
Additive Property
|
Sets or returns whether the current animation behavior is combined with other running animations.
Read/write
BehaviorAdditiveType
.
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public BehaviorAdditiveType Additive { get; set; }
Public Property Additive As BehaviorAdditiveType
Get
Set
public:
property BehaviorAdditiveType Additive {
BehaviorAdditiveType get ();
void set (BehaviorAdditiveType value);
}
member Additive : BehaviorAdditiveType with get, set
Property Value
Type:
BehaviorAdditiveType
See Also