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.
Static factory method to create a UIViewPropertyAnimator that is running.
[Foundation.Export("runningPropertyAnimatorWithDuration:delay:options:animations:completion:")]
public static UIKit.UIViewPropertyAnimator CreateRunningPropertyAnimator (double duration, double delay, UIKit.UIViewAnimationOptions options, Action animations, Action<UIKit.UIViewAnimatingPosition> completion);
static member CreateRunningPropertyAnimator : double * double * UIKit.UIViewAnimationOptions * Action * Action<UIKit.UIViewAnimatingPosition> -> UIKit.UIViewPropertyAnimator
Parameters
- duration
- Double
- delay
- Double
- options
- UIViewAnimationOptions
Returns
- Attributes