BehaviorAccumulate Property |
Represents whether animation behaviors are accumulated.
Read/write
NullableBool.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic NullableBool Accumulate { get; set; }
Public Property Accumulate As NullableBool
Get
Set
public:
virtual property NullableBool Accumulate {
NullableBool get () sealed;
void set (NullableBool value) sealed;
}
abstract Accumulate : NullableBool with get, set
override Accumulate : NullableBool with get, set
Property Value
Type:
NullableBoolImplements
IBehaviorAccumulate
See Also