|
AnimationControllerAutoStopAnimation Property |
Gets or sets if animation is automatically stopped (calling
StopAnimation method) when the animation is completed.
Animation can be completed only when
AutoRepeat property is false.
In case AutoRepeat and
AutoReverse are false the animation is completed when the
LastFrameNumber is reached;
when AutoReverse is true, the animation is completed when the first frame is reached again (after reversing back from the last frame).
The property is used only only when
StartAnimation(Boolean) or
StartAnimation(Double, Boolean) method is called without parameters or with subscribeToRenderingEvent parameter set to true.
Default value is true.
Namespace: Ab3d.AnimationAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public bool AutoStopAnimation { get; set; }
Property Value
BooleanSee Also