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
AddAnimations(IUIViewImplicitlyAnimating, Action) |
Appends the specified |
AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat) |
Appends the specified |
AddAnimations(IUIViewImplicitlyAnimating, Action)
Appends the specified animation
T:System.Action to the callback list.
public static void AddAnimations (this UIKit.IUIViewImplicitlyAnimating This, Action animation);
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action -> unit
Parameters
The instance on which this method operates.
- animation
- Action
Applies to
AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat)
Appends the specified animation
T:System.Action to the callback list.
public static void AddAnimations (this UIKit.IUIViewImplicitlyAnimating This, Action animation, nfloat delayFactor);
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action * nfloat -> unit
Parameters
The instance on which this method operates.
- animation
- Action
- delayFactor
- nfloat