ITimingAutoReverse Property |
Describes whether to automatically play the animation in reverse after
playing it in the forward direction.
Read/write
Boolean.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax bool AutoReverse { get; set; }
Property AutoReverse As Boolean
Get
Set
property bool AutoReverse {
bool get ();
void set (bool value);
}
abstract AutoReverse : bool with get, set
Property Value
Type:
BooleanSee Also