Share via


UIViewPropertyAnimator.CreateRunningPropertyAnimator Method

Definition

[Foundation.Export("runningPropertyAnimatorWithDuration:delay:options:animations:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIViewPropertyAnimator CreateRunningPropertyAnimator(double duration, double delay, UIKit.UIViewAnimationOptions options, Action animations, Action<UIKit.UIViewAnimatingPosition>? completion);
[<Foundation.Export("runningPropertyAnimatorWithDuration:delay:options:animations:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateRunningPropertyAnimator : double * double * UIKit.UIViewAnimationOptions * Action * Action<UIKit.UIViewAnimatingPosition> -> UIKit.UIViewPropertyAnimator

Parameters

duration
Double
delay
Double
animations
Action

Returns

Attributes

Applies to