UIViewPropertyAnimator.CreateRunningPropertyAnimator 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.
[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
- options
- UIViewAnimationOptions
- animations
- Action
- completion
- Action<UIViewAnimatingPosition>
Returns
- Attributes