Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic EffectRestartType Restart { get; set; }
Public Property Restart As EffectRestartType
Get
Set
public:
virtual property EffectRestartType Restart {
EffectRestartType get () sealed;
void set (EffectRestartType value) sealed;
}
abstract Restart : EffectRestartType with get, set
override Restart : EffectRestartType with get, set
Property Value
Type:
EffectRestartTypeImplements
ITimingRestart
See Also