UIViewPropertyAnimator.StopAnimation(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops the animation at the current position.
[Foundation.Export("stopAnimation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StopAnimation (bool withoutFinishing);
abstract member StopAnimation : bool -> unit
override this.StopAnimation : bool -> unit
Parameters
- withoutFinishing
- Boolean
Whether the completion actions of the animation should run.
Implements
- Attributes