TimingAutoReverse 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)
Syntaxpublic bool AutoReverse { get; set; }
Public Property AutoReverse As Boolean
Get
Set
public:
virtual property bool AutoReverse {
bool get () sealed;
void set (bool value) sealed;
}
abstract AutoReverse : bool with get, set
override AutoReverse : bool with get, set
Property Value
Type:
BooleanImplements
ITimingAutoReverse
See Also