UIViewImplicitlyAnimating_Extensions.AddAnimations 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.
Overloads
| Name | Description |
|---|---|
| AddAnimations(IUIViewImplicitlyAnimating, Action) |
Appends the specified |
| AddAnimations(IUIViewImplicitlyAnimating, Action, NFloat) |
Appends the specified |
AddAnimations(IUIViewImplicitlyAnimating, Action)
Appends the specified animationAction to the callback list.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AddAnimations(this UIKit.IUIViewImplicitlyAnimating This, Action animation);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action -> unit
Parameters
- animation
- Action
- Attributes
Applies to
AddAnimations(IUIViewImplicitlyAnimating, Action, NFloat)
Appends the specified animationAction to the callback list.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void AddAnimations(this UIKit.IUIViewImplicitlyAnimating This, Action animation, System.Runtime.InteropServices.NFloat delayFactor);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action * System.Runtime.InteropServices.NFloat -> unit
Parameters
- animation
- Action
- delayFactor
- NFloat
- Attributes