Click or drag to resize

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; }

Property Value

Type: BehaviorAdditiveType
See Also