An enumeration indicating animation options.
Syntax
[ObjCRuntime.iOS(4, 0)]
[ObjCRuntime.Native]
[System.Flags]
public enum UIViewAnimationOptions
Remarks
Members
| Member Name | Description |
|---|
| AllowAnimatedContent | If set, views are animated by changing their properties and redrawing. If not set, the views are animated using a snapshot image. |
| AllowUserInteraction | This flag instructs the system to keep sending input events to the view during the animation. By default input events are disabled when an animation is taking place. |
| Autoreverse | If set, the animation will automatically reverse once it completes. |
| BeginFromCurrentState | Starts the animation from the current view state. |
| CurveEaseIn | Uses an EaseIn animation. |
| CurveEaseInOut | Uses an EasyInOut animation. |
| CurveEaseOut | Uses an EaseOut animation. |
| CurveLinear | Uses a linear animation. |
| LayoutSubviews | Lays out subviews at commit time so they are animated along with their parent. |
| OverrideInheritedCurve | If set, the animation will use the original curve specified when the animation was submitted, not the curve of the in-flight animation. |
| OverrideInheritedDuration | If set, the animation will use the original duration value, rather than the remaining duration of the in-flight animation. |
| OverrideInheritedOptions | The option to not inherit the animation type or any other options. |
| Repeat | If set, the animation will repeat. |
| ShowHideTransitionViews | If set, views are hidden and shown (not removed or added) during transition. Both views must already be in the parent view's hierarchy. |
| TransitionCrossDissolve | A transition that dissolves between views. |
| TransitionCurlDown | A transition that curls a view down from the top. |
| TransitionCurlUp | A transition that curls a view up from the bottom. |
| TransitionFlipFromBottom | A transition that flips a view around its horizontal axis from bottom to top. The bottom moves forward and the top moves back. |
| TransitionFlipFromLeft | A transition that flips a view around its vertical axis from left to right. The left side comes forward and the right moves backward. |
| TransitionFlipFromRight | A transition that flips a view around its vertical axis from right to left. The right side comes forward and the left moves backward. |
| TransitionFlipFromTop | A transition that flips a view around its horizontal axis from top to bottom. The top moves forward and the bottom moves back. |
| TransitionNone | No transition. |
Requirements
Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0