IBehaviorAccumulate Property |
Represents whether animation behaviors are accumulated.
Read/write
NullableBool.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
SyntaxNullableBool Accumulate { get; set; }
Property Accumulate As NullableBool
Get
Set
property NullableBool Accumulate {
NullableBool get ();
void set (NullableBool value);
}
abstract Accumulate : NullableBool with get, set
Property Value
Type:
NullableBool
See Also