UIView.SetAnimationCurve(UIViewAnimationCurve) 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.
Sets the animation curve for this animation transaction.
[Foundation.Export("setAnimationCurve:")]
public static void SetAnimationCurve (UIKit.UIViewAnimationCurve curve);
static member SetAnimationCurve : UIKit.UIViewAnimationCurve -> unit
Parameters
- curve
- UIViewAnimationCurve
A curve used to animate the property changes.
- Attributes
Remarks
The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.