UIViewImplicitlyAnimating_Extensions.AddAnimations Method

Definition

Overloads

AddAnimations(IUIViewImplicitlyAnimating, Action)

Appends the specified animationT:System.Action to the callback list.

AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat)

Appends the specified animationT:System.Action to the callback list.

AddAnimations(IUIViewImplicitlyAnimating, Action)

Appends the specified animationT:System.Action to the callback list.

public static void AddAnimations (this UIKit.IUIViewImplicitlyAnimating This, Action animation);
static member AddAnimations : UIKit.IUIViewImplicitlyAnimating * Action -> unit

Parameters

This
IUIViewImplicitlyAnimating

The instance on which this method operates.

animation
Action

Applies to

AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat)

Appends the specified animationT: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

This
IUIViewImplicitlyAnimating

The instance on which this method operates.

animation
Action
delayFactor
nfloat

Applies to