UIView.SetAnimationRepeatAutoreverses(Boolean) Method
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 whether this animation transaction will automatically reverse when it completes.
C#
[Foundation.Export("setAnimationRepeatAutoreverses:")]
public static void SetAnimationRepeatAutoreverses(bool repeatAutoreverses);
static member SetAnimationRepeatAutoreverses : bool -> unit
- repeatAutoreverses
- Boolean
True if this animation should autoreverse when it completes.
- Attributes
The use of this method is discouraged. Application developers should prefer to use the UIViewPropertyAnimator class to animate UIViews.
Product | Versions |
---|---|
Xamarin iOS SDK | 12 |